awidarto/pavillion/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /pavillion/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /pavillion95/index.php [L]
</IfModule>
Files
