Rewrite rule without losing the initial URI
Posted: November 9th, 2012 | Author: paul | Filed under: howto, idiots | Tags: apache, mod_rewrite, rewriterules | No Comments »Today, I had to add a rewrite rule to keep the short word (keyword) after “domain.com/”.
So, you want to keep the keyword in the address bar, but load the long URI and not showing it.
Here is my solution:
RewriteRule ^/(keyword-or-short-name)/?$ /long/i-mean-long-very-long-with-lots-of-params.htm
Happy users!
Leave a Reply