Wolframe/wolfzilla/master/phpclient/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache