FrostLife07/songhang1/master/.htaccess
# BEGIN iThemes Security
# BEGIN Hide Backend
# Rules to hide the dashboard
RewriteRule ^(/songhang1/)?admin/?$ /songhang1/wp-login.php [QSA,L]
# END Hide Backend
# END iThemes Security
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /songhang1/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /songhang1/index.php [L]
</IfModule>
# END WordPress
On Github License
Files
Download PDF of Htaccess file