Page 1 of 1

Newbie Anchor Question

Posted: Sat Jun 09, 2007 8:57 am
by andywhite
Hi All,

I'm new to CMSMS so be gentle!

I have got a website from a design company which use cmsms.  I have installed it all on apache.

My question is about Anchors .  When pretty url is turned off I still don't see the index.php?page=... in the link and I get 404 errors.  Should anchors be done a certain way in cmsms? Could something be missing from the stuff I got from the design company.

I know this is a really straightforward question so two minutes of someones time would be really appreciated.

Thanks,

Andy

Re: Newbie Anchor Question

Posted: Sun Jun 10, 2007 6:34 am
by Dr.CSS
It may need some tweaking, when you look at the address bar does the url have index?page= or index.php/name.html...

Do you see in the when you view the source of the rendered page?...

Have a link?...

Re: Newbie Anchor Question

Posted: Mon Jun 11, 2007 9:03 am
by andywhite
Hi Mark,

I don't see any index?page= in any of the links so when pretty urls are turned off in config.php the site just gives lots of 404 errors.

There is a .

The basic problem is that I want to run this on something other than apache (if pos) and so I don't have the rewrite option and therefore need pretty urls to be turned off.

Thanks again.

Andy

Re: Newbie Anchor Question

Posted: Mon Jun 11, 2007 10:24 am
by alby
andywhite wrote: I don't see any index?page= in any of the links so when pretty urls are turned off in config.php the site just gives lots of 404 errors.

There is a .

The basic problem is that I want to run this on something other than apache (if pos) and so I don't have the rewrite option and therefore need pretty urls to be turned off.
Check config.php and turn off assume_mod_rewrite:
$config['assume_mod_rewrite'] = false;

Alby