Questions tagged [statamic]

Statamic is a flat-file CMS that supports Markdown and Textile.

Statamic Website - http://statamic.com/

Statamic Support Forums - https://lodge.statamic.com/

Statamic Blog - http://statamic.com/blog

48 questions
0
votes
1 answer

Statamic htaccess and accessing admin folder on MAMP

I just installed Statamic CMS. I went with the normal install, and I copied in their suggested .htaccess. For some reason when I try to access http://mysiteurl.dev/admin I get a 403 Forbidden error. What in the .htaccess file is causing this, and…
jthomas
  • 1,162
  • 1
  • 11
  • 19
-1
votes
1 answer

Laravel 9 render function in handler.php not working

I'm trying to redirect any 404 errors from my image storage folder to an empty 404 error instead of the normal 404 template. My images are through Glide and show up…
Aaron
  • 237
  • 1
  • 7
-2
votes
3 answers

How do I generate age category? My PATIENT_YOB is given as 01jan1956 and I want to get exact age

I'm trying to use the following code but it gives error 01jan1986 05jan2001 07mar1983 and so on I need to get the exact age of them gen agecat=1 if age 0-20==1 if age 21-40==2 if age 41-60==3 if age 61-64==4```
san
  • 1
  • 2
1 2 3
4