Search engine friendly URLs?

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
robotic

Search engine friendly URLs?

Post by robotic »

Is there a module or anything for CMS made simple that changes the URLs from DOMAIN.com/index.php?=articles-name to DOMAIN.com/articles/article-name or DOMAIN.com/article-name

Thanks in advance
junito
Forum Members
Forum Members
Posts: 28
Joined: Fri Oct 27, 2006 5:07 pm

Re: Search engine friendly URLs?

Post by junito »

Sure, it's built in.

See the config.php and set

$config['internal_pretty_urls'] = true;
$config['use_hierarchy'] = true;

to see how it works
robotic

Re: Search engine friendly URLs?

Post by robotic »

You are awesome, I will change this when I get home, thanks!
robotic

Re: Search engine friendly URLs?

Post by robotic »

i did it and didn't work....is there anything else i need to know?
faglork

Re: Search engine friendly URLs?

Post by faglork »

Hi,

I alwas use mod_rewrite for that. Here's a description:

http://wiki.cmsmadesimple.org/index.php ... retty_URLs

Works well for me ...
Cheers,
Alex
Pierre M.

Re: Search engine friendly URLs?

Post by Pierre M. »

Hello,

Why people don't read the optional settings at the end of the installation guide when they install CMSms ?-)

Pierre M.
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am

Re: Search engine friendly URLs?

Post by stopsatgreen »

You'll need to change your .htaccess file; see Alex's response for a link explaining how to do that.
zolee1
New Member
New Member
Posts: 3
Joined: Thu Sep 20, 2007 4:58 pm

Re: Search engine friendly URLs?

Post by zolee1 »

Pierre M. wrote: Hello,

Why people don't read the optional settings at the end of the installation guide when they install CMSms ?-)

Pierre M.
Pierre,

I am very new to Simple CMS, I just installed it today. It is a great system! To answer your question
Why people don't read the optional settings, I think because it is not obvious that there is such a page, even though it is truly useful and must read.

I don't recall seeing an announcement to read this, and I think it would be great if there was one.

Thanks again for this great CMS!
Locked

Return to “CMSMS Core”