One Domain

Status
Not open for further replies.


I'm currently using:
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^wickedfire.com$ [NC]
RewriteRule (.*) http://wickedfire.com/$1 [R=301,L]
 
J-Tag said:
I'm currently using:
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^wickedfire.com$ [NC]
RewriteRule (.*) http://wickedfire.com/$1 [R=301,L]

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...:confused:
 
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...:confused:
What you need is a tutorial on regular Expressions. Search google for Regular Expressions tutorial and you'll find lots of tutorials.
 
Status
Not open for further replies.