• 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 1 replies (of 1 total)
  • WPtouch uses the WordPress authentication methods so any additions to that process may cause errors. It seems that you’re forcing redirection in your .htaccess that may be incompatible with your WordPress installation. I don’t see that you have a file located at http://www.jeffswanson.com/index.php which is where your rewrite rule is leading.

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