| Current Path : /srv/www/tvshowsbg/sub/devilwithin/ |
| Current File : //srv/www/tvshowsbg/sub/devilwithin/.htaccess |
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^twadm/?$ /wp-login.php [QSA,L]
RewriteRule ^twadm/register/?$ /wp-login.php?action=register [QSA,L]
RewriteRule ^twadm/lostpassword/?$ /wp-login.php?action=lostpassword [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress