Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: Site Forwarding Quandary

  1. #1
    Member Silverback's Avatar
    Join Date
    Mar 2008
    Posts
    41

    Question Site Forwarding Quandary

    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 .htaccess
    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
    There is nothing in the robots.txt to indicate a redirect nor is there anything on the index.php to suggest why this is happening.

    If anyone could point me in the right direction I would be eternally grateful.

    Denis
    Last edited by weegillis; 11-21-2011 at 08:37 PM. Reason: unnecessary to display actual URL
    Ayurvedic Medicinal Herbs - Choose the potency of nature!

  2. #2
    Senior Member dgswilson's Avatar
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    288
    rename (.htaccess-1) to take it out of the equation. When a url won't load I look for a broken path. maybe a browser cache.

  3. #3
    Member Silverback's Avatar
    Join Date
    Mar 2008
    Posts
    41
    Thanks for your help! The problem is fixed.

    Denis
    Ayurvedic Medicinal Herbs - Choose the potency of nature!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •