Hi
It's probably a stupid question, but I need some help...
I see that WordPress has to be installed in a sub-folder of Prestashop. Is there a way that the homepage of the "complete" website be a WordPress page, and not the Prestashop index.php ?
Thx in advance
[WP2PS] Homepage of the website
Re: [WP2PS] Homepage of the website
You may try to add the following code:
into the /public_html/.htaccess file. That should do the trick.
Code: Select all
RewriteRule ^$ blog/?p=1 [L,QSA]
into the /public_html/.htaccess file. That should do the trick.