View Single Post
Old 07-25-2011, 11:28 AM  
acctman
Confirmed User
 
Join Date: Oct 2003
Location: Atlanta
Posts: 2,840
Quote:
Originally Posted by Barry-xlovecam View Post
We had a problem with a promo tool that uses rewrites in .htaccess subdirectories.

Maybe, this might help ...
Code:
Note: There may be a  long file like httpd.conf that may contain your domain's  configuration.

Edit your domain configuration;

pico /etc/apache2/sites-available/doc_root

Set the Overide for your domain configuration
Paste with your path;

<Directory "/home/user_name/www/public_html/domain">
 AllowOverride All
</Directory>

Then;
Cntl+X
Y
enterkey

Then restart the Apache server
This was part of the manual fix instructions I did.
thanks, that worked!
acctman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote