It would be cool if you choose one domain, whether www.wickedfire.com or wickedfire.com. It's a different cookie, some link to wickedfire without www. .htaccess can handle it.
J-Tag said:I'm currently using:
Code:RewriteEngine On RewriteCond %{HTTP_HOST} !^wickedfire.com$ [NC] RewriteRule (.*) http://wickedfire.com/$1 [R=301,L]
What you need is a tutorial on regular Expressions. Search google for Regular Expressions tutorial and you'll find lots of tutorials.rembrandt said:Someone needs to write a decent tutorial on .htaccess. I've only just been introduced to it and I'm totally confused. Can you explain what this code is doing and what all the little thingy magingys do? If it's not going to take you too long...![]()
rembrandt said:Thanks, i know they'll come in handy.