UserApplePie on master
Update README.md (compare)
UserApplePie on master
Update README.md (compare)
davarravad on v4.3.0
davarravad on master
Update Header.php Lost the the… Merge pull request #155 from Us… (compare)
davarravad on staging
Update Header.php Lost the the… (compare)
UserApplePie on 4.3.0
davarravad on master
Additions and Updates Added Te… Merge pull request #154 from Us… (compare)
davarravad on staging
Additions and Updates Added Te… (compare)
davarravad on master
Updates Added Auto Friend feat… Merge pull request #153 from Us… (compare)
davarravad on staging
Updates Added Auto Friend feat… (compare)
davarravad on master
Site Routes URL fix Setup Site… Merge pull request #152 from Us… (compare)
http://127.0.0.1/
I meant...
READ ME
file and follow directions from there. Am I good so far?
Config.php
is set and renamed.
public
foler. Hang on...
#
# 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 "c:/wamp/localwebsite/public/"
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
AllowOverride none
Require all denied
</Directory>
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#
<Directory "c:/wamp/localwebsite/public/">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
Options ALL
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride all
#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Require all granted
order allow,deny
allow from all
</Directory>
public
folder and put them in the localhost folder. Gonna be a long night. You take care @davarravad, and thanks for all the help. Try to have yourself a wknd, OK (lol!)? Thanks again.