Web Hosting Talk







View Full Version : htaccess Question


joben1
09-25-2007, 12:57 PM
Hi,

I am new to web hosting so this may seem a daft question.

I have purchased some software that needs some code adding to .htaccess. The code is a bunch of RewriteCond's with a RewriteRule. There is a bunch of these already in my .htaccess file so how do I add the new ones with the new RewriteRule without affecting the existing ones?

Cheers

Jatinder
09-25-2007, 02:09 PM
It is not possible to tell unless you post the rewrite rules.

But here is something you can do. Backup your current .htaccess file and then add the new conditions. If everything works, well and good.

Mark_W
09-25-2007, 02:10 PM
Can you show your htaccess here and what you want to add to it
so that we can see what your talking about