Search code examples
.htaccessprestashopprestashop-1.7

Accessible directory in Prestashop?


In a Prestashop website, I would like to have a directory that I could access to directly, like this: website.com/directory I've tried to add custom prestashop pages, but I really need the directory so that I can use my usual framework (Codeigniter) to build a custom-made blog for the website. But How can I make that custom directory accessible with the link, website.com/directory? Thanks in advance


Solution

  • You just need to physically create a folder and it will be accessible, for example prestashop-domain.com/mycustomfolder. Then upload your framework files.