htaccess
Posted: Tue Mar 07, 2006 6:32 pm
Is there anything in this code that would alter sessions in anyway?
Thanks
Code: Select all
AddHandler application/x-httpd-php .php .html .htm
Options All -Indexes
RewriteEngine On
RewriteRule ^view/(.*) http://www.watermark-it.com/view.html?f=$1
RewriteRule ^code/(.*) http://www.watermark-it.com/code.html?f=$1