How to redirect not created page to the created page in wordpress through .htaccess? -


i trying redirect not created page created page in wordpress through .htaccess it's not redirecting.i using code @ top of wordpress .htaccess file:

rewriterule http://www.myweb.com/fs http://www.myweb.com/services/first-service/ [l,r=301] 

you should not match entire url instead path:

rewritebase / rewriterule ^fs$ /services/first-service/ [l,r=301] 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -