1
0
aclindsay.com/acal/.htaccess

13 lines
332 B
ApacheConf
Raw Permalink Normal View History

#Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .php
#Custom error pages
ErrorDocument 400 /errors/400.php
ErrorDocument 401 /errors/401.php
ErrorDocument 403 /errors/403.php
ErrorDocument 404 /errors/404.php
ErrorDocument 500 /errors/500.php
2011-04-16 18:41:10 -04:00
#Deny access to php.ini from web
RedirectMatch 404 ^/php.ini$