Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Area Styles Are Not Working


phatlosz

Recommended Posts

I have my osCommerce installed and working, however, the admin area is basically plain text. I haven't deleted any directories, nor have I tried to install any admin templates. This started after we implemented the htaccess security in order to go to the admin page. We did not rename the admin page/directory. Would this be causing our problem or is there something else that could be causing the issue?

 

Thanks,

 

Mike

Link to comment
Share on other sites

I figured out my problem.

 

In my etc/httpd/conf.d directory, in the vhost file for my site.

 

I had the Directory Set to AllowOverride AuthConfig, and I needed it set like I have below. Basically AuthConfig was too restrictive.

 

<Directory "/var/www/virtual/ecom.mydomain.com/admin">

Options All

AllowOverride All

order allow,deny

allow from all

</Directory>

 

I hope this helps if anyone else is having the same problem.

 

Mike

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...