Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to stop site redirecting?


nthrawl

Recommended Posts

Posted

My site: www.forgottenpassions.co.uk

 

The problem:

 

OK a while ago I decided to stop selling from my website as I had far too much going on to keep up with orders etc. So instead of taking the site down I set it to redirect to a bebo page.

 

Now a year ot so on I want to reuse the site, but I have no idea how I redirected it to the bebo page in the first place..

 

Even when I type www.forgottenpassions.co.uk/index.php it redirects to bebo. I looked at the source code for the index.php page but there is no mention of bebo.

 

 

Can anyone help me please?

Posted

Most likely this will be in your .htaccess file.

You might have done it via FTP or on some occasions there is a setting in your CPanel to redirect (does the same thing, just depends on your level of ability)

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

Thank for your replies.. I have a question though..

 

in ../public_html/ the files index, htaccess etc do not contain any redirect functions.. but if my memory serves me correctly the file from which the website runs are in one of the folders ?? admin maybe..

 

the .htaccess in my admin folder contains:

 

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.forgottenpassions.co.uk
AuthUserFile /home/forgotte/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/forgotte/public_html/_vti_pvt/service.grp

 

Could this be the problem?

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

Posted

Thank for your replies.. I have a question though..

 

 

Could this be the problem?

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

No, look now in your hosts cPanel. You can redirect domains there. It may be a domain redirect.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...