Quantcast
Viewing all articles
Browse latest Browse all 39371

hawkeye126 on "can't acces my site through the root domain Url address?"

They should both be

http://www.claritypropertyinvestments.co.uk

and then adding this to your .htaccess file in the wordpress root directory, should fix your problem. (This works for my site anyway/server...)

# 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

Viewing all articles
Browse latest Browse all 39371

Trending Articles