Ithemes Lost admin
-
This is what shows in my .htaccess file. I still can’t figure out how to get to my admin page. Any ideas?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The topic ‘Ithemes Lost admin’ is closed to new replies.