greenovni
5th August 2009, 20:10
Hello Falko & Till
I just finished installing ispconfig 2 on Mandriva 2009.0 following the perfect set up located here:
http://www.howtoforge.com/perfect-server-mandriva-2009.0-i386
Then I installed ISPConfig Version: 2.2.32 following the installation instructions
It seems like everything is working so far (haven't tested emails yet)
I made a web within ispconfig as usual, uploaded and installed wordpress 2.7.1 like I had in my previous install of ispconfig (centos 5.3)
After installation everything is ok and I can log into wordpress and see the front page @ my domain.
I needed to set up the permalinks to the post name so I went into my WP admin panel and changed the permalinks to:
/%postname%/
As soon as I did that, I visited my TLD and was greeted by a 403 / forbidden error that says
"You do not have permission to access / on this server"
I figured that I would need to update my apache directives within IPSConfig and proceeded to do so like so:
<IfModule mod_rewrite.c>
<Directory /var/www/web1/web/>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</Directory>
</IfModule>
(Web1 being where I have my new installation of WP)
Still received the 403 forbidden error on both my TLD and wp-admin
Deleted the apache directives and same error - no access to WP
Then I thought that since the new update of ISPConfig that maybe we could just upload an .htaccess file via FTP which I did to receive an
internal server error / 500.
Am I missing a step to get the permalinks working or do I need CHMOD some folder / files?
Any help would be greatly appreciated.
I just finished installing ispconfig 2 on Mandriva 2009.0 following the perfect set up located here:
http://www.howtoforge.com/perfect-server-mandriva-2009.0-i386
Then I installed ISPConfig Version: 2.2.32 following the installation instructions
It seems like everything is working so far (haven't tested emails yet)
I made a web within ispconfig as usual, uploaded and installed wordpress 2.7.1 like I had in my previous install of ispconfig (centos 5.3)
After installation everything is ok and I can log into wordpress and see the front page @ my domain.
I needed to set up the permalinks to the post name so I went into my WP admin panel and changed the permalinks to:
/%postname%/
As soon as I did that, I visited my TLD and was greeted by a 403 / forbidden error that says
"You do not have permission to access / on this server"
I figured that I would need to update my apache directives within IPSConfig and proceeded to do so like so:
<IfModule mod_rewrite.c>
<Directory /var/www/web1/web/>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</Directory>
</IfModule>
(Web1 being where I have my new installation of WP)
Still received the 403 forbidden error on both my TLD and wp-admin
Deleted the apache directives and same error - no access to WP
Then I thought that since the new update of ISPConfig that maybe we could just upload an .htaccess file via FTP which I did to receive an
internal server error / 500.
Am I missing a step to get the permalinks working or do I need CHMOD some folder / files?
Any help would be greatly appreciated.