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
Files
