680530821a7c6416cda4baed37d717dfa7936dbf
[gwvp-mini.git] / www / .htaccess
1 RewriteEngine on
2 RewriteBase /gwvp 
3 RewriteRule ^index\.php.* - [L,B]
4 RewriteCond %{REQUEST_FILENAME} !-f
5 RewriteCond %{REQUEST_FILENAME} !-d
6 RewriteRule ^(.*)$ index.php?q=$1 [L,QSA,B]
7