wetfish/classic/master/wiki/.htaccess - Htaccess File

wetfish/classic/master/wiki/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} ^.*style.css$
RewriteRule ^style.css$ /style.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php?SUPERdickPAGE=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache