[WP2PS] Homepage of the website

Thinking about purchasing? Feel free to post any questions you may have prior to purchasing.
lesidees
Posts: 1
Joined: Fri Sep 30, 2016 3:24 am

[WP2PS] Homepage of the website

Postby lesidees » Fri Sep 30, 2016 3:37 am

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 :-)

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [WP2PS] Homepage of the website

Postby inveo » Fri Sep 30, 2016 4:04 am

You may try to add the following code:

Code: Select all

RewriteRule ^$ blog/?p=1 [L,QSA]


into the /public_html/.htaccess file. That should do the trick.