bruno-barros/static-pages-navigation/master/.htaccess - Htaccess File

bruno-barros/static-pages-navigation/master/.htaccess

#<IfModule mod_rewrite.c>
#  RewriteEngine on
#    RewriteCond %{REQUEST_FILENAME} !-f
#    RewriteCond %{REQUEST_FILENAME} !-d
#    RewriteRule .* index.php/$0 [PT,L]
#</IfModule>

Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index.php|hcl|images|css|js|flash|repositorio|robots.txt)

# RewriteBase /nomedapasta

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache