BlueWorld/USGVail/master/.htaccess - Htaccess File

BlueWorld/USGVail/master/.htaccess

RewriteEngine on
RewriteCond $1 !^(index.php|images|robots.txt)
RewriteCond $1 !^(index.php|css|robots.txt)
RewriteCond $1 !^(index.php|js|robots.txt)
RewriteCond $1 !^(index.php|_attachments|robots.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache