Sessa Posted June 25, 2018 Share Posted June 25, 2018 Hello, i wanna make some links which forwording directly to the products. For example: The link https://website.de/product should be redirected to a special Direct Shopping Cart Link (https://website.de/whmcs/cart.php?a=add&pid=13) My htacces currently: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress How can i do this? 0 Quote Link to comment Share on other sites More sharing options...
Sessa Posted June 26, 2018 Author Share Posted June 26, 2018 any idea? 0 Quote Link to comment Share on other sites More sharing options...
Sessa Posted June 29, 2018 Author Share Posted June 29, 2018 Push 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Marcus Posted July 1, 2018 Share Posted July 1, 2018 While this topic would be best suited on a Wordpress forum, I would recommend utilizing a plugin for wordpress. I was able to find one via a quick Google search that appears to do what you would like, eliminating the need to manually mess with the htaccess file: https://wordpress.org/plugins/redirection/ 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.