Monday, April 19, 2010

htaccess example

Options -MultiViews
RewriteEngine On

AddHandler application/x-httpd-php .html
AddHandler application/x-httpd-php .xml

RewriteCond /dev-cig2/%{REQUEST_FILENAME} -f
RewriteRule ^(.+) /cig/$1 [L]
SetEnv host localhost
SetEnv user root
SetEnv password password

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home