Apache Sym Links and Wordpress?
I think it has something to do with the .htaccess file and symbolic links.
Here is my .htaccess which I think is correct.. but it is simply not working.
Options +FollowSymLinks
# BEGIN WordPress
<ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</ifmodule>
# END WordPress
3 Replies
In any case thanks for the suggestion obs it helped me track down the fix.