Feat: move on..!
This commit is contained in:
@@ -1 +1 @@
|
||||
<?php phpinfo();>
|
||||
<?php phpinfo(); ?>
|
||||
|
||||
17
files/userdir.conf.j2
Normal file
17
files/userdir.conf.j2
Normal file
@@ -0,0 +1,17 @@
|
||||
<IfModule mod_userdir.c>
|
||||
UserDir public_html
|
||||
UserDir disabled root
|
||||
|
||||
<Directory /home/*/public_html>
|
||||
AllowOverride All
|
||||
Options MultiViews Indexes SymLinksIfOwnerMatch
|
||||
<Limit GET POST OPTIONS>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Limit>
|
||||
<LimitExcept GET POST OPTIONS>
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</LimitExcept>
|
||||
</Directory>
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user