I had a domain that was being unused and was forwarding it to another domain while the site was under development; this was done by changing the .htaccess for the redirect.
Since bringing the domain live, I have dropped the redirect but for some reason, when the domain is entered it still redirects. When I enter the domain with the /index.php it brings the new site up and I have no idea why this is happening.
Here is a copy of the current .htaccessThere is nothing in the robots.txt to indicate a redirect nor is there anything on the index.php to suggest why this is happening.Code:ErrorDocument 404 http://www.example.com/Errors/404_error.php <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AddType text/html .shtml AddHandler server-parsed .shtml Options Indexes FollowSymLinks Includes
If anyone could point me in the right direction I would be eternally grateful.
Denis
Submit Your Article
Forum Rules

Reply With Quote
