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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to