Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

403 Forbidden admin panel


Tcat42

Recommended Posts

Posted

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 @_@

Posted

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

Posted

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.

Posted

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

Posted

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

Posted

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

Posted

No. Click on Admin in the control panel (using Netfirms) and there's no log in, just a big 500 page.

Posted

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.

Posted

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

  • 1 month later...
Posted

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....

Archived

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

×
×
  • Create New...