Page 1 of 1
keep existing page extensions
Posted: Sun Mar 28, 2010 8:10 pm
by electrifire
My current website has sections coded in php so the extensions are .php, once Im finished porting it into cmsms I will no longer need the php but if I lose the .php extension I'll loose the rankings in the search engines, what are my options here?
Re: keep existing page extensions
Posted: Sun Mar 28, 2010 9:28 pm
by jmcgin51
depending on your server OS and software, you can enable pretty URLs and use whatever extension you want, or no extension at all
Re: keep existing page extensions
Posted: Mon Mar 29, 2010 12:33 am
by replytomk3
#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';
301 redirect can also be used.
Re: keep existing page extensions
Posted: Mon Mar 29, 2010 5:15 pm
by electrifire
thanks the other problem I'm stuck with is when i add a module how do I add it to a page, as an example I want to add rss feed to a certain page I have the module installed but no idea how to get the results on the page
Re: keep existing page extensions
Posted: Mon Mar 29, 2010 5:25 pm
by replytomk3
In the modules section, click on "Help" and "About" for that module.