DavidCox1979/socks/master/html/.htaccess - Htaccess File

DavidCox1979/socks/master/html/.htaccess

php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off

RewriteEngine on

RewriteRule ^skin/(.*)$ /skin2.php?file=$1 [L] 

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpg|png|css)$ /index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache