- Joined
- Jun 1, 2010
- Posts
- 548
- Reaction score
- 2
I tried uploading a .htaccess file into the directory for a site I've just uploaded which is an add on domain in my hosting package. I already have another .htaccess file in another directory for another site which is also an add on domain. For some reason it won't let me upload the new .htaccess file without overwriting the other, which I don't want to do.. any ideas?
I just changed the URL to make the different .htaccess files, are they correct?
RewriteEngine On
Options +FollowSymLinks
RewriteCond %{HTTP_HOST} !^www.
RewriteRule (.*) http://www.dressupgamesforgirls.org.uk/$1 [R=301,L]
and
RewriteEngine On
Options +FollowSymLinks
RewriteCond %{HTTP_HOST} !^www.
RewriteRule (.*) http://www.cleaninginbristol.org.uk/$1 [R=301,L]
I just changed the URL to make the different .htaccess files, are they correct?
RewriteEngine On
Options +FollowSymLinks
RewriteCond %{HTTP_HOST} !^www.
RewriteRule (.*) http://www.dressupgamesforgirls.org.uk/$1 [R=301,L]
and
RewriteEngine On
Options +FollowSymLinks
RewriteCond %{HTTP_HOST} !^www.
RewriteRule (.*) http://www.cleaninginbristol.org.uk/$1 [R=301,L]