Page 1 of 1

SEO Friendly URLs(SOLVED)

Posted: Thu Oct 16, 2008 2:20 am
by JaymeNYC
I'm not sure if this just happened or it's been like this the whole time and I didn't notice but my URL to my about page is

http://site.com/index.php?page=about

how do I change this to

http://www.site.com/iabout

??

Re: SEO Friendly URLs

Posted: Thu Oct 16, 2008 6:55 am
by RonnyK
I normally do this by putting the default htaccess file in the docs folder to the root of the cmsms-installation and renaming it to .htaccess

then in the config.php, check the

Assume mod_rewrite
Use Hierachy Name

and put

.html in the page extension (this is not required for you, but this would make the page be named about.html).

Save the config.php and it should go...

Ronny

Re: SEO Friendly URLs

Posted: Thu Oct 16, 2008 7:35 am
by Dee

Re: SEO Friendly URLs

Posted: Thu Oct 16, 2008 3:57 pm
by Pierre M.
http://wiki.cmsmadesimple.org/index.php ... l_Settings is linked to by the installation guide.

Re: SEO Friendly URLs

Posted: Thu Oct 16, 2008 6:45 pm
by JaymeNYC
thx alot every1 it solved my problem :)