I'm moving a site to a new shared host. I want to have a folder of php includes below the live directory and available to public php pages. What directives should I add to the .htaccess file in www_public?
The basic should be some version of mod_rewrite for www_public/index.* www_my_new_public/index.*, yes?
Mod_alias will send all traffic to one directory to another directory, yes? Should I do that instead?
Most posts I'm finding on the apache url mods reference cleaning up URLs of dot-php. or redirecting old content to a new location. I could really use some advice to know what to be looking for.