Created
May 9, 2014 11:51
-
-
Save Tonetete/3501597e3bcc770f34cf to your computer and use it in GitHub Desktop.
For allow htaccess works in the directory where is allocated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Directory /> | |
| AllowOverride All | |
| Order Deny,Allow | |
| Deny from all | |
| </Directory> | |
| or | |
| <Directory /var/www/> | |
| Options Indexes FollowSymLinks MultiViews | |
| AllowOverride All | |
| Order allow,deny | |
| allow from all | |
| </Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment