Skip to content

Instantly share code, notes, and snippets.

@matheuseduardo
Last active June 7, 2017 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheuseduardo/2f7f157a0c816f75b1c52d20659ee860 to your computer and use it in GitHub Desktop.
Save matheuseduardo/2f7f157a0c816f75b1c52d20659ee860 to your computer and use it in GitHub Desktop.
alias to another folder outside xampp location (windows)

incluir:

# Alias hosts
Include conf/extra/httpd-aliases.conf

no arquivo %XAMPP_PATH%\apache\conf\httpd.conf

Alias /aliasname "D:/Path/to/folder/foldername"
<directory "D:/Path/to/folder/foldername">
Options Indexes FollowSymLinks Includes ExecCGI MultiViews
AllowOverride All
Allow from all
Require all granted
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment