tjnichols Posted January 10, 2010 Share Posted January 10, 2010 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 More sharing options...
♥mdtaylorlrim Posted January 10, 2010 Share Posted January 10, 2010 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 More sharing options...
tjnichols Posted January 10, 2010 Author Share Posted January 10, 2010 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 More sharing options...
tjnichols Posted January 10, 2010 Author Share Posted January 10, 2010 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 More sharing options...
♥mdtaylorlrim Posted January 10, 2010 Share Posted January 10, 2010 Can you tell me how to disable the file? Just rename 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 More sharing options...
tjnichols Posted January 11, 2010 Author Share Posted January 11, 2010 Just rename it When I renamed the file - it gave me the Forbidden File error. Any more ideas? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.