phatlosz Posted December 15, 2008 Share Posted December 15, 2008 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 More sharing options...
phatlosz Posted December 15, 2008 Author Share Posted December 15, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.