htaccess

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Jim_Bo
Forum Contributor
Posts: 390
Joined: Sat Oct 02, 2004 3:04 pm

htaccess

Post 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
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

nope
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Jim_Bo
Forum Contributor
Posts: 390
Joined: Sat Oct 02, 2004 3:04 pm

Post 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
Post Reply