mateusbs17/mapa-reps/master/backup/.htaccess - Htaccess File

mateusbs17/mapa-reps/master/backup/.htaccess

RewriteEngine On

# Remove index.php from URL
RewriteCond $1 !^(index.php|assets|bower_components|tiles|robots.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
# Rule for localhost .htaccess
# RewriteRule ^(.*)$ /root folder/index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache