Navigation bar links - Temp URL?
Permalink
Hi,
I can't get any of the links on my site to work; i'm lead to believe this is something to do with the site being on temp urls? If it is then i haven't got a clue how to fix it!
Can anyone help an eager novice?
thepeoplehavespoken.co.uk
many thanks!
I can't get any of the links on my site to work; i'm lead to believe this is something to do with the site being on temp urls? If it is then i haven't got a clue how to fix it!
Can anyone help an eager novice?
thepeoplehavespoken.co.uk
many thanks!
Is there a .htaccess in the root of your project? If so is there anything besides the standard C5 redirect in there?
Yeah,
I've opened it and what's in it is the following:-
SetEnv DEFAULT_PHP_VERSION 55
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /thepeoplehavespoken.co.uk/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
I've opened it and what's in it is the following:-
SetEnv DEFAULT_PHP_VERSION 55
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /thepeoplehavespoken.co.uk/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
Can you change it so it's just this and see if that fixes it:
# -- concrete5 urls start -- <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}/index.html !-f RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteRule . index.php [L] </IfModule> # -- concrete5 urls end --
No, same thing just happens. It's like the links are all just on one big loop to the home page!
This is really odd because getting to the dashboard/login pages work fine. Links like thishttp://thepeoplehavespoken.co.uk/login... which makes me think maybe it's part of the theme that's causing the redirect.
all sorted. Had he 'under construction' add on installed, didn't even realise as its not immediately obvious. especially when it was done a while back. now it's uninstalled, everything works just fine.
thanks
thanks