magmafantastico/raiz-do-brasil/master/.htaccess - Htaccess File

magmafantastico/raiz-do-brasil/master/.htaccess

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f

RewriteRule receitas$ ./index.html
RewriteRule contato$ ./index.html
RewriteRule sobre$ ./index.html
RewriteRule produtos$ ./index.html
RewriteRule representantes$ ./index.html

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache