Hi Scaturan,
Don’t shake your head in frustration at me but my httpd.conf file does not have a <VirtualHost> block at all.
I host my own server. I am using Apache 2.0.52 with PHP 5.1.
<Directory “E:/My Files/Server Files”>
Options Indexes FollowSymLinks
AllowOverride None
Options Indexes MultiViews
Order allow,deny
Allow from all
</Directory>
This is my <Directory> block which happens to be all default values created when I installed Apache the first time.
As far as the AllowOverride None up above goes, if I change it to anything besides None, WP 2.0 gives me 403 forbidden error and won’t let me access my blog at all.
If I leave it as AllowOverride All I get the 403 error, but if I also add Options +SymLinksIfOwnerMatch to the top of my .htaccess file, the 403 errors go away but instead give me 404 errors for all post links and most PAGE links.
I am at a loss as what to do. I do wish to make it AllowOverride ALL so that I can also use User Authentification apps such as login scripts etc.