Paths

Permalink
Hi,

I have a couple of domains, both ready to use concrete. However, I am not seeing the paths for each one in any 'normal' way.

For example, my domain innervox.eu shows a "not found" page, but innervox.eu/innervoxeu resolves to the index page.

This is what I found in .htaccess. Is this the problem?



Options +FollowSymLinks
RewriteEngine on

RewriteCond %{HTTP_HOST} innervox.eu
RewriteCond %{REQUEST_URI} !^/innervoxeu
RewriteRule ^(.*)$ innervoxeu/$1 [L]

RewriteCond %{HTTP_HOST} timrowe.org
RewriteCond %{REQUEST_URI} !^/timroweorg
RewriteRule ^(.*)$ timroweorg/$1 [L]

RewriteCond %{HTTP_HOST} timrowe.co.uk
RewriteCond %{REQUEST_URI} !^/timroweuk
RewriteRule ^(.*)$ timroweuk/$1 [L]

Many thanks,
Tim

 
timrowe replied on at Permalink Reply
This looks like it may well be due to the way my provider has mapped their add-on domains option.

They've offered me a fresh hosting package to try. :)