Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Disable FuelPhp in a specific folder
  • Hi, I would like to integrate Prestashop to my website where I use FuelPhp. I would like to use Prestashop at this adress : www.mysite.com/shop . How could I disable FuelPhp ? I tried subdomain and it worked, but I would like to be able to integrate it this way.

    Thank you very much !
  • HarroHarro
    Accepted Answer
    Exclude the folder from being rewritten in your public/.htaccess.
  • Thanks a lot!
  • This is how I did it if someone would need it : 

    You just have to put this line in your public folder .htaccess

    Disable rewriting in the shop folder -> public/shop
    RewriteRule ^(shop)($|/) - [L]

    Cheers!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion