View Single Post
  #4 (permalink)  
Old 03-08-2008, 17:00
Daniel's Avatar
Daniel Daniel is offline
Got root?
 
Join Date: Aug 2008
Location: England, UK
Posts: 175
Send a message via MSN to Daniel Send a message via Skype™ to Daniel
Default

Quote:
Originally Posted by Roxbury JW View Post
The domain is 8thplane.net, and all was working fine a week ago. Most of the files show up fine, but newer files (eg httpdocs/small_ad.jpg) can only be viewed from the www. 8thplane. net (url broken up because forum won't let me post urls yet)

Thanks for your prompt response.
Hi,

As a temporary fix, you could use mod_rewrite to redirect all incoming trafic from E-Commerce Hosting to E-Commerce Hosting.

If using apache, you can create a .htaccess file in the root folder of your website hosting and place the following code in there.

Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^8th Plane Fashions - Funky, Fetish, Fabulous [NC]
RewriteRule ^(.*)$ 8th Plane Fashions - Funky, Fetish, Fabulous /$1 [R=301,L]
Let me know if it works
__________________
Dan Miller
Reply With Quote