Sunday, January 9, 2022

[FIXED] htaccess find last name after slash to redirect to an other page

Issue

I want from htaccess url like this example http://www.clubrowcreations.co.uk/marketing-mistakes-general/thank-you all url end with (/thank-you) redirect to main url

how do i do from htaccess


Solution

hi guy i found the answer for it RewriteRule ^([a-zA-Z0-9_-]+)/thank-you$ page/45/thank-you.html [L] this will direct all thank-you in the end url to page/45/thank-you.html page



Answered By - rasvi

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.