Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Alert: The file / cannot be found.


guanche

Recommended Posts

Posted

On a fresh install of 2.2MS2 , when I point the browser to mydomain.com I get an alert stating:

 

The file / cannot be found. Please check the location and try again.

 

This domain does however work when I put www.mydomain.com in the browser but all the other domains I have osc installed on work weither I do or do not put the www. in front of the domain name. I checked and the .htaccess files are exactly the same on all sites (with exception of the domain name used), any ideas of suggestions on what else to check that could be causing this? Thank you .

 

Joe

Posted

My .htaccess file looks like this:

 

# -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.mydomain.com

AuthUserFile /home/xxxxxxxx/public_html/_vti_pvt/service.pwd

AuthGroupFile /home/xxxxxxxx/public_html/_vti_pvt/service.grp

DiRectoryindex index.shtml index.html index.htm index.php default.php /missing.html

AddHandler server-parsed .shtml

AddHandler server-parsed .html

AddHandler server-parsed .htm

 

Osc 2.2MS2 is installed in the root directory but the only way I can get to my site is by typing www.mydomain.com instead of mydomain.com, any thoughts?

Archived

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

×
×
  • Create New...