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
??
SEO Friendly URLs(SOLVED)
SEO Friendly URLs(SOLVED)
Last edited by JaymeNYC on Thu Oct 16, 2008 6:46 pm, edited 1 time in total.
Re: SEO Friendly URLs
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
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
http://wiki.cmsmadesimple.org/index.php ... l_Settings is linked to by the installation guide.
Re: SEO Friendly URLs
thx alot every1 it solved my problem 
