Thanks – I can see the blue links, but can you offer a solution to the style.css issue? I have literally updated the old version of Mystique, and nothing else!
Thanks.
I’m still having trouble with this. I have WordPress 3.0 installed, and have tried switching to a new theme, and even re-installing WordPress, burt no luck.
Does anyone have some step-by-step instructions for this?
Thanks.
Here’s my .htaccess file – is this nredirecting? I can’t tell.
# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .php
# 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