Newbie Anchor Question

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
andywhite

Newbie Anchor Question

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Newbie Anchor Question

Post 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?...
andywhite

Re: Newbie Anchor Question

Post 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
alby

Re: Newbie Anchor Question

Post 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
Locked

Return to “CMSMS Core”