jakejosol/warp-project/master/.htaccess - Htaccess File

jakejosol/warp-project/master/.htaccess

RewriteEngine On
#RewriteBase /DIRECTORY_NAME/

#REWRITE RULES
#---------------------

#RULE IMPORTED RULE 1 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache