danielgolub/Codengine/master/.htaccess - Htaccess File

danielgolub/Codengine/master/.htaccess

Options +FollowSymLinks
RewriteEngine On
# If 500 error appear (internal server error), please uncomment the line below
#RewriteBase /
 
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
 
RewriteRule ^.*$ ./index.php

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache