horde17/newareacomercial/master/.htaccess - Htaccess File

horde17/newareacomercial/master/.htaccess

RewriteEngine On   
 
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^(.*)$ /newareacomercial/index.php/$1 [L]
 
 ErrorDocument 404 /newareacomercial/index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache