SEO Friendly URLs with ModRewrite
3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 23, 2010 (RSS)
By (Deleted User) - February 23, 2010
I'm trying to remove the file.php? from the URL of our website and I found that you can do this with something called modrewrite.
Our goal is to show urls like we have in our blog (wordpress): http://www.website.com//2010/02/22/title-of-the-article/
instead of http://www.website.com/articles.php?title_of_the_article-19
What piece of code should I put on the .htaccess file to achieve what we need?
Thank you!
Our goal is to show urls like we have in our blog (wordpress): http://www.website.com//2010/02/22/title-of-the-article/
instead of http://www.website.com/articles.php?title_of_the_article-19
What piece of code should I put on the .htaccess file to achieve what we need?
Thank you!
Re: [rneube] SEO Friendly URLs with ModRewrite
By Donna - February 23, 2010
Hi there!
Mod_rewrite is a pretty complicated module (heck, the [url http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html]documentation[/url] spends the entire first page talking about how complex it is). This is definitely something we could do via consulting, however. Take a look at this page for more details:
http://www.interactivetools.com/hire-us/
Alternately, you can see a few posts we've written about mod_rewrite before here:
http://www.interactivetools.com/forum/gforum.cgi?post=74802#74802
http://www.interactivetools.com/forum/gforum.cgi?post=73857#73857
And this page in the documentation:
http://www.interactivetools.com/docs/cmsbuilder/file_extensions.html
I hope this helps! :)
Mod_rewrite is a pretty complicated module (heck, the [url http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html]documentation[/url] spends the entire first page talking about how complex it is). This is definitely something we could do via consulting, however. Take a look at this page for more details:
http://www.interactivetools.com/hire-us/
Alternately, you can see a few posts we've written about mod_rewrite before here:
http://www.interactivetools.com/forum/gforum.cgi?post=74802#74802
http://www.interactivetools.com/forum/gforum.cgi?post=73857#73857
And this page in the documentation:
http://www.interactivetools.com/docs/cmsbuilder/file_extensions.html
I hope this helps! :)
Donna
--
support@interactivetools.com
--
support@interactivetools.com
Re: [Donna] SEO Friendly URLs with ModRewrite
By (Deleted User) - February 23, 2010
Thank's Donna. I just placed the request through your form.