Hi to all. I have problem to redirect one of my page to another. This page for example http://www.horoscopes-love.eu/aries-characteristics-1.html I want to redirect to new page for example http://www.horoscopes-love.eu/aries.php. How to do because the first page is dynamic page generated by Cutenews and using friendly url. I try everything on the web what I found but nothing help. Thanks
set your htaccess file RewriteEngine on rewritecond %{http_host} ^your first link[nc] rewriterule ^(.*)$your second link [r=301,nc] i do not know if it is right or not try it
Add rewriterules in htaccess like below RewriteRule http://your-short-url.php http://your-long-url.html