Henrik41 Posted November 11, 2021 Share Posted November 11, 2021 Here is my issue... I am using the standard main menu module and want to redirect one item in the menu to a file. I though it was as simple as to go on cpanel and use the permanent redirect from https://xxxxx.com/en/content/category/23-rma-form. --> https://xxxxx.com/drive/myform.pdf However cpanel is not redirecting and just gives me the same cms page. Am I missing something? anyone knows how to redirect a cms page on Prestashop? Link to comment Share on other sites More sharing options...
ComGrafPL Posted November 11, 2021 Share Posted November 11, 2021 Why just don't create a custom menu object with that file link instead? On menu settings. Link to comment Share on other sites More sharing options...
Henrik41 Posted November 11, 2021 Author Share Posted November 11, 2021 Hi ComGraph. Because I have submenus and you can't combine custom and submenus. Link to comment Share on other sites More sharing options...
El Patron Posted November 11, 2021 Share Posted November 11, 2021 try adding redirect to top of .htaccess file cpanel is terrible, next opportunity to improve hosting select plesk. 1 Link to comment Share on other sites More sharing options...
Henrik41 Posted November 11, 2021 Author Share Posted November 11, 2021 I did add the directive on top of my .htaccess file but it is not working. I might be missing something. Could you give me an example of how the directive looks like in prestashop? Thanks Link to comment Share on other sites More sharing options...
Henrik41 Posted November 12, 2021 Author Share Posted November 12, 2021 OK it works now. RewriteCond %{HTTP_HOST} ^mydomain\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.mydomain\.com$ Redirect 301 /qc/content/category/23-rma-form https://mydomain.com/drive/rmaform.pdf Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now