gustiyoga/gustiyoga/master/.htaccess - Htaccess File

gustiyoga/gustiyoga/master/.htaccess

RewriteEngine on
RewriteBase /gustiyoga/
RewriteCond $1 !^(index.php|themes|robots.txt|favicon.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
Options -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache