Welcome Guest, Not a member yet? Register   Sign In
Public folder with htaccess?
#2

(This post was last modified: 06-07-2019, 12:45 PM by donpwinston.)

For apache you need to configure httpd.conf.
...
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/path/to/public"
<Directory "/path/to/public">
...
Simpler is always better
Reply


Messages In This Thread
Public folder with htaccess? - by edica - 06-07-2019, 12:39 PM
RE: Public folder with htaccess? - by donpwinston - 06-07-2019, 12:45 PM
RE: Public folder with htaccess? - by edica - 06-07-2019, 03:03 PM
RE: Public folder with htaccess? - by donpwinston - 06-07-2019, 06:59 PM
RE: Public folder with htaccess? - by edica - 06-08-2019, 05:23 AM
RE: Public folder with htaccess? - by Pehesis - 06-28-2019, 04:01 PM
RE: Public folder with htaccess? - by edica - 07-30-2019, 05:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB