I've started using a web host called 'Streamline.net'
I installed wordpress on 'htdocs/wordpress' and it all worked wonderfully with atahaulpa theme.
Then followed instructions (which I've done successfully on previous installations using other hosts) to give WP it's own directory - ie running at root at http://www.shsmaths.com
The site works (changed the index file etc.) - but it now strips out all the formatting. I'm wondering if it's the .htaccess file that's not right?
Any ideas?
Using atahualpa theme. Latest version of WP.
My current .htaccess file code is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
This is filed at shsmaths.com/htdocs/
Any help much appreciated,
KB