You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Miguel A. Velasco" <mi...@gmail.com> on 2013/04/05 17:01:40 UTC

[users@httpd] How to configure RewriteRule to redirect a folder in my Joomla Website

Hello,

In my Joomla website I have the URL as follow:

	http://www.mydomain.com/catalogue.html
	http://www.mydomain.com/catalogue/product1.html
	http://www.mydomain.com/catalogue/product2.html
	
	.... And so on
	
The thing I´d like to do, and I´m not able, is changing the word 
"catalogue" in all URL by "XXXXX" where XXXXX is a SEO keyword for my 
site. I´ve tried to do it using rewriterule but I can´t. At the moment 
that´s what I have:

RewriteRule ^catalogue/(.*)$ http://mydomain/XXXXX/$1 [R=301,L]

but it doesn´t work. Could anyone please help me?

Thanks very much for yor time
Miguel A.Velasco

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org