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
Search engine friendly URLs?
Re: Search engine friendly URLs?
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
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?
You are awesome, I will change this when I get home, thanks!
-
robotic
Re: Search engine friendly URLs?
i did it and didn't work....is there anything else i need to know?
-
faglork
Re: Search engine friendly URLs?
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
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?
Hello,
Why people don't read the optional settings at the end of the installation guide when they install CMSms ?-)
Pierre M.
Why people don't read the optional settings at the end of the installation guide when they install CMSms ?-)
Pierre M.
-
stopsatgreen
- Power Poster

- Posts: 322
- Joined: Sat Feb 04, 2006 1:24 am
Re: Search engine friendly URLs?
You'll need to change your .htaccess file; see Alex's response for a link explaining how to do that.
Re: Search engine friendly URLs?
Pierre,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.
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!
