• Resolved Anonymous User 13302461

    (@anonymized-13302461)


    Hi there. I have a white page after activating this plugin. When I deactivate the plugin, the wp-login.php page appears as normal.

    Please do you have any suggestions?

    This is my .htaccess

    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    # END W3TC Browser Cache
    # 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

    https://www.ads-software.com/plugins/rename-wp-login/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ella

    (@ellatrix)

    This has nothing to do with htaccess. What plugins do you have activated?

    Thread Starter Anonymous User 13302461

    (@anonymized-13302461)

    advanced sidebar menu
    akismet
    approval workflow
    bbpress
    bb press advert units
    better wp security
    block spam by math
    buddypress
    buddypress activity shortcode
    custom permalinks
    dropdown menu widget
    gd bbpress attachments
    gecka submenu
    HL twitter
    members
    nexttend facebook connect
    nexttend google connect
    nexttend twitter connect
    pages with extension
    paypal donations
    rtmedia
    sb welcome email editor
    simple connect widget
    simple notices
    simple page ordering
    social comments
    stop spammer registrations plugin
    user avater
    wp mobile plugin
    wp no category base
    YITH maintenance mode

    Plugin Author Ella

    (@ellatrix)

    That’s a lot of plugins. Could you deactivate al of them and see if there’s still an issue? If not, then it must be a plugin causing it. Activate them one by one, until it doesn’t work again.

    Thread Starter Anonymous User 13302461

    (@anonymized-13302461)

    OK thanks. On deactivating dropdown menu widget. My site didnt load past the top wordpress bar across the top of the page.

    I had loaded that plugin with <?php shailan_dropdown_menu(); ?> in my header.php – I had also added a
    after it.

    I moved the code to a different part of the header.php and removed the
    and the site works and your plugin works.

    Strange but hey, its all good now.

    Thanks for the plugin!

    Plugin Author Ella

    (@ellatrix)

    Okay, glad to hear.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blank white login page after rename wp-login.php’ is closed to new replies.