Page 1 of 1

pages not showing up

Posted: Thu Jul 18, 2013 3:06 pm
by foley13
I have just inherited a website that is made using CMS made simple. I've added the files and database to my hosting. When I navigate to the site the homepage loads up but clicking on any sub pages results in this message: http://www.100pixels.co.uk/selka/test/

Also I had to rename the .htaccess file to get the site to load if this makes a difference.

Hope someone can help.

Thankyou.

Re: pages not showing up

Posted: Thu Jul 18, 2013 3:22 pm
by Jo Morg
You may need to change the RewriteBase directive on your .htaccess file to reflect the sub-directory you have CMSMS installed on:

Code: Select all

<IfModule mod_rewrite.c>
RewriteEngine on
#
#Sub-dir e.g: /cmsms
RewriteBase /selka
HTH

Re: pages not showing up

Posted: Fri Jul 19, 2013 12:46 pm
by foley13
Yes,Thankyou Jo that did the trick. Thankyou very much.

Re: pages not showing up

Posted: Fri Jul 19, 2013 6:25 pm
by Jo Morg
Glad it worked.
Please add solved ;)