keep existing page extensions
-
- Forum Members
- Posts: 48
- Joined: Sun Feb 28, 2010 3:53 pm
keep existing page extensions
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
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
#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';
301 redirect can also be used.
$config['page_extension'] = '';
301 redirect can also be used.
-
- Forum Members
- Posts: 48
- Joined: Sun Feb 28, 2010 3:53 pm
Re: keep existing page extensions
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
In the modules section, click on "Help" and "About" for that module.