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

#135744
CrocoDillon
Participant

I think you can remove the line with -d since you probably don’t want users to browse directories like that anyway. About existing files… why would you want *mydomain.com/file.php* rewritten as *?page=file.php*? Isn’t the whole point of pretty URLS not having to use file names? You can put your php files except index.php in a private folder, so people can’t navigate to those directly.