Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

400 Bad Request Error


tjnichols

Recommended Posts

I have just setup OSCommerce on my remote server. Whenever I try to access the Admin files, I get a 400 Bad Request Error. I am new to this - can someone tell me what I am doing wrong? I have tried changing the permissions on the store file (where OSCommerce is installed) and the .htaccess file. Still nada. Any ideas would be appreciated!

 

Thanks.

 

Tonya

Link to comment
Share on other sites

Have you set up the htaccess file correctly? How did you do it? Does you host provide the method to do this? Does it work if you disable the htaccess file? If so then post your htaccess file so we can help you out with it.

Community Bootstrap Edition, Edge

 

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

Link to comment
Share on other sites

I set this file to accept everything from everyone but changed it back when it didn't work. Thanks for the quick response.

 

 

RewriteEngine on

 

RewriteCond %{HTTP_HOST} ^mountainsunphotoart.com$

RewriteRule ^/?$ "http\:\/\/www\.mountainsunphotoart\.com" [R=301,L]

 

 

<Files 403.shtml>

order allow,deny

allow from all

</Files>

 

deny from 78.37.187.45

Link to comment
Share on other sites

Can you tell me how to disable the file?

 

I set this file to accept everything from everyone but changed it back when it didn't work. Thanks for the quick response.

 

 

RewriteEngine on

 

RewriteCond %{HTTP_HOST} ^mountainsunphotoart.com$

RewriteRule ^/?$ "http\:\/\/www\.mountainsunphotoart\.com" [R=301,L]

 

 

<Files 403.shtml>

order allow,deny

allow from all

</Files>

 

deny from 78.37.187.45

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...