Home Contact Sitemap
Website design, development & Internet marketing in Devon and Cornwall
Four Degrees West Limited
This entry was posted on Tuesday, December 15th, 2009 at 3:48 pm and is filed under Articles. You can follow any responses to this entry through the RSS 2.0 feed.

Dynamic Pages to Static URL ‘Search Engine Friendly’

Posted on December 2009 in Articles

Hi

Here’s something I just sent a friend who had rewritten a simple CMS system, with dynamic pages (index.php?Pageid=nn), in this case directory

es were also used, so all you need to do is create a .htaccess file and place it in to the relevant web directory, here’s an example of the contains of an .htaccess files…

RewriteEngine on
RewriteRule about_us.htm$ index.php?Pageid=7
RewriteRule index.htm$ index.php?Pageid=7

Hope that helps, if not ask and I maybe able to help you further.

Bookmark and Share

Leave a Reply

You must be logged in to post a comment.