Page 1 of 1

htaccess

Posted: Tue Mar 07, 2006 6:32 pm
by Jim_Bo
Is there anything in this code that would alter sessions in anyway?

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
Thanks

Posted: Tue Mar 07, 2006 8:34 pm
by s.dot
nope

Posted: Tue Mar 07, 2006 10:18 pm
by Jim_Bo
If I am using a php.ini to turn off register_globals, in the public_html directory do I need to also need to put a copy in the folder of subdomains for it to work within them?


Thanks