• Hi,

    When trying to login via WPTouch with my iphone, via http://www.jeffswanson.com/blog/ I am being redirected to http://www.jeffswanson.com/wp-login.php after entering my login info which results in a 404 error page.

    Also, when trying to leave a comment, via the WPTouch… the leave comment link is there, but when clicking on it to leave a comment nothing happens.

    My htaccess reads as:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>
    # END WordPress

    Any ides…? Everything else seems to be working fine. I want to purchase Pro, but want to make sure these issues can be resolved first. Thanks so much!

    http://wordpress.org/extend/plugins/wptouch/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPTouch Login Redirects causing 404 Error Page’ is closed to new replies.