Hi Martin!
The .htaccess has this inside it
“# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /~bbgfilms/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /~bbgfilms/index.php [L]
</IfModule>
# END WordPress”
Honest to god I have no clue how to check if there are errors blocking access.
Webmaster says my sitemap is still pending.
Yes I’ve made sure that ‘discourage search engines’ is not checked.
Thanks
Matiss