Wolframe/wolfzilla/master/phpclient/.htaccess
<IfModule mod_rewrite.c>
SetEnv HTTP_MOD_REWRITE On
RewriteEngine On
RewriteBase /develop/wolfzilla/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /develop/wolfzilla/index.php/$1 [L,QSA]
DirectoryIndex index.php
</IfModule>
Files
