.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
Post a Comment