sea4me/zizoo/master/old/sea4me/.htaccess - Htaccess File

sea4me/zizoo/master/old/sea4me/.htaccess

#AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .php

RewriteEngine ON
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
#RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]

Options -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache