Tcat42 Posted June 16, 2010 Posted June 16, 2010 I've looked everywhere for this one and all the solutions don't seem to work. I have no problems getting into the admin panel itself, but I can't get any farther than that. Everything's 403 Forbidden. All my permissions are set to 777 and I've deleted all the .htaccess files I can find. I haven't installed anything either since the last time I was in it. Heck, if there's a way to get the SQL databased saved without having to go into the admin panel that'd be great too. I just need into it to save a copy of the database so I can upgrade from the 2003 version @_@
FIMBLE Posted June 16, 2010 Posted June 16, 2010 Why have you deleted your htacces file and set the permissions to 777? Folder = 755 Files = 644 add you .htaccess it should then work Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Tcat42 Posted June 16, 2010 Author Posted June 16, 2010 Why have you deleted your htacces file and set the permissions to 777? Folder = 755 Files = 644 add you .htaccess it should then work Nic Because that didn't work either. That's what they were originally and I was still getting the 403. Previous threads have suggested it would work, and.. well.. it didn't.
FIMBLE Posted June 16, 2010 Posted June 16, 2010 What are the contents of your .htaccess? It should look like # $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers #<IfModule mod_setenvif.c> # <IfDefine SSL> # SetEnvIf User-Agent ".*MSIE.*" \ # nokeepalive ssl-unclean-shutdown \ # downgrade-1.0 force-response-1.0 # </IfDefine> #</IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 # php_value register_globals 1 For the admin side Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Tcat42 Posted June 16, 2010 Author Posted June 16, 2010 The only one I can see in the admin folder under catalog/admin/ just says: AuthUserFile /mnt/w0501/d10/s26/b01c9d44/www/swordandivy.com///onlinestore//catalog/admin/.htpasswd AuthType Basic AuthName "Oscommerce Admin Section" Require valid-user
FIMBLE Posted June 16, 2010 Posted June 16, 2010 try changing that to AuthUserFile /mnt/w0501/d10/s26/b01c9d44/www/swordandivy.com/onlinestore/catalog/admin/.htpasswd AuthType Basic AuthName "Oscommerce Admin Section" Require valid-user and try again Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
FIMBLE Posted June 16, 2010 Posted June 16, 2010 check the file permissions it should be 644 Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Tcat42 Posted June 16, 2010 Author Posted June 16, 2010 I've checked all of them that I can see and it's still 500ing
FIMBLE Posted June 16, 2010 Posted June 16, 2010 when you type in your admin url you do not get an htaccess pop up then? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Tcat42 Posted June 16, 2010 Author Posted June 16, 2010 No. Click on Admin in the control panel (using Netfirms) and there's no log in, just a big 500 page.
FIMBLE Posted June 16, 2010 Posted June 16, 2010 try to get it by your browser ie www.yoursite.com/admin or whatever it is. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Tcat42 Posted June 16, 2010 Author Posted June 16, 2010 As far as I know Netfirms only allows you to get to the admin/control panels by logging into your account through their site. The shopping cart side is all that seems to be affected by this, my site itself is fine.
FIMBLE Posted June 16, 2010 Posted June 16, 2010 have never heard of this before, whats your url for your store? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Tcat42 Posted June 16, 2010 Author Posted June 16, 2010 http://outstandingexpectations.com/onlinestore//catalog/ and http://swordandivy.com/onlinestore//catalog/ Both are affected with the same problem, unfortunately. Ugh, I just noticed they wont let you check out either.. same 500 permissions thing.
FIMBLE Posted June 16, 2010 Posted June 16, 2010 ok but you have too amny forward slashes in your url, go here http://swordandivy.com/onlinestore/catalog/admin'>http://swordandivy.com/onlinestore/catalog/admin this is your admin login, check your site file permissions and also your catalog / htaccess http://outstandingexpectations.com/onlinestore//catalog/ should be http://outstandingexpectations.com/onlinestore/catalog/ and http://swordandivy.com/onlinestore//catalog/ should be http://swordandivy.com/onlinestore/catalog/ Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Tcat42 Posted June 16, 2010 Author Posted June 16, 2010 Well, that's the same URL that netfirms links me to anyway. Still error 500.
FIMBLE Posted June 16, 2010 Posted June 16, 2010 i still think its related to the htaccess or file permissions amd seeing a most pages work its likely to be file permissions Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
blacknail Posted July 22, 2010 Posted July 22, 2010 i still think its related to the htaccess or file permissions amd seeing a most pages work its likely to be file permissions Nic Having the same issue. I don't know why the netfirms install has the double // but they do require it when you install. I think the problem relates to a migration to a new datacentre that happened on Monday for our site....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.