Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End .htaccess friendly url Re: .htaccess friendly url

#135756
CrocoDillon
Participant

Then don’t have file.php publicly available. If your server allows you to put php files (and include them from within index.php etc.) outside the public html folder, I’d do that. If not you can use .htaccess to make a hidden directory.

Something like:

/domain
/application
all php except index.php
/public_html
index.php