.htaccess - htaccess Redirect using regex -


I want to redirect some pages to the following types

http: // www .example. Com / old / thispage1.html to http://www.example.com/new/this-page-1.html

Please suggest.

Thanks

  rewrite old / ([az] *) ( [0-9] *). Html New / $ 1- $ 2.html  


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -