Dwinejr/Syscontrol/master/.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /syscontrol/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /syscontrol/index.php [L]
</IfModule>
# END WordPress
Options +FollowSymlinks
# RewriteEngine on
# rewritecond %{http_host} ^localhost [nc]
# rewriterule ^(.*)$ http://localhost/$1 [r=301,nc]
# protect wpconfig.php
<files wp-config.php>
order allow,deny
deny from all
</files>
Options +ExecCGI
<IfModule mod_security.so>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
On Github License
Files