![]() |
403 Error with ISPConfig3
hey guys!
I just finished following the ISPConfig3 and SquirrelMail setup on Ubuntu 10.04LTS. I have my domains setup correctly, so they forward nicely to my server. Unfortunately, when I was trying to install Wordpress to my domain, It suddenly switched to ERROR 403 Forbidden. Naturally I was browsing this website for possible fixes, one suggested changing the permissions of /var/mydomain/web to 755, but this has absolutely no effect. Can anybody help? |
Look in your apache error.log should give you a hint on what to look for
|
thanks for your reply! :)
the lines of my error log are as follows: Code:
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imagick.ini on line 1 in Unkno$ |
Do you use mod_php, suPHP, or FastCGI?
|
Quote:
http://www.howtoforge.com/perfect-se...nx-ispconfig-3 to the letter! I'm not sure if i have those installed, is there a command i can invoke to check if these plugins are active? your guide worked perfectly for me, but when i added web content to my domain's folder it suddenly switched to a 403 :( |
Try putting this in the apache directives field of your site:
<Directory /var/www/yourwebsite.com/web> AllowOverride All </Directory> Then restart apache |
Did Wordpress install or change your .htaccess file? Look in there to see if a deny is affecting you.
|
Quote:
Code:
* Restarting web server apache2 [Thu Jun 03 18:55:49 2010] [warn] NameVirtualHost [my ip here]:80 has no VirtualHosts |
Quote:
|
Quote:
* Restarting web server apache2 [Thu Jun 03 18:55:49 2010] [warn] NameVirtualHost [my IP here]:80 has no VirtualHosts [Thu Jun 03 18:55:49 2010] [warn] NameVirtualHost [my IP here]:443 has no VirtualHosts ... waiting [Thu Jun 03 18:55:50 2010] [warn] NameVirtualHost [my IP here]:80 has no VirtualHosts [Thu Jun 03 18:55:50 2010] [warn] NameVirtualHost [my IP here]:443 has no VirtualHosts [ OK ] not too sure what's going on here! should i change it back? |
| All times are GMT +2. The time now is 07:56. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.