Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)
  • Thread Starter MaryJo Moore

    (@mooredesign)

    Worked. Thank you!

    Thread Starter MaryJo Moore

    (@mooredesign)

    I’m using firebug. That’s how I found the #primary code. I just can’t seem to figure out what is causing the shift. Thanks.

    Thread Starter MaryJo Moore

    (@mooredesign)

    It did reset the htaccess and old login works now. I can’t thank you enough!

    Thread Starter MaryJo Moore

    (@mooredesign)

    That worked. Thank you! I could tell it was redirecting but didn’t know why. If I delete the plugin, will my login go back to normal?

    Thread Starter MaryJo Moore

    (@mooredesign)

    # BEGIN Better WP Security
    Options -Indexes
    
    <files .htaccess>
    Order allow,deny
    Deny from all
    </files>
    
    <files readme.html>
    Order allow,deny
    Deny from all
    </files>
    
    <files readme.txt>
    Order allow,deny
    Deny from all
    </files>
    
    <files install.php>
    Order allow,deny
    Deny from all
    </files>
    
    <files wp-config.php>
    Order allow,deny
    Deny from all
    </files>
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    
    RewriteRule ^wp-admin/includes/ - [F,L]
    RewriteRule !^wp-includes/ - [S=3]
    RewriteCond %{SCRIPT_FILENAME} !^(.*)wp-includes/ms-files.php
    RewriteRule ^wp-includes/[^/]+\.php$ - [F,L]
    RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]
    RewriteRule ^wp-includes/theme-compat/ - [F,L]
    
    RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE) [NC]
    RewriteRule ^(.*)$ - [F,L]
    
    RewriteCond %{QUERY_STRING} \.\.\/ [NC,OR]
    RewriteCond %{QUERY_STRING} ^.*\.(bash|git|hg|log|svn|swp|cvs) [NC,OR]
    RewriteCond %{QUERY_STRING} etc/passwd [NC,OR]
    RewriteCond %{QUERY_STRING} boot\.ini [NC,OR]
    RewriteCond %{QUERY_STRING} ftp\:  [NC,OR]
    RewriteCond %{QUERY_STRING} http\:  [NC,OR]
    RewriteCond %{QUERY_STRING} https\:  [NC,OR]
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [NC,OR]
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [NC,OR]
    RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>|ê|"|;|\?|\*|=$).* [NC,OR]
    RewriteCond %{QUERY_STRING} ^.*("|'|<|>|\|{||).* [NC,OR]
    RewriteCond %{QUERY_STRING} ^.*(%24&x).* [NC,OR]
    RewriteCond %{QUERY_STRING} ^.*(127\.0).* [NC,OR]
    RewriteCond %{QUERY_STRING} ^.*(%0|%A|%B|%C|%D|%E|%F).* [NC,OR]
    RewriteCond %{QUERY_STRING} ^.*(globals|encode|localhost|loopback).* [NC,OR]
    RewriteCond %{QUERY_STRING} ^.*(request|select|concat|insert|union|declare).* [NC]
    RewriteCond %{QUERY_STRING} !^loggedout=true
    RewriteCond %{QUERY_STRING} !^action=rp
    RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$
    RewriteCond %{HTTP_REFERER} !^https://maps\.googleapis\.com(.*)$
    RewriteRule ^(.*)$ - [F,L]
    
    RewriteRule ^login/?$ /wp-login.php?6hftknndvxffs6trdoqhx [R,L]
    
    RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$
    RewriteRule ^admin/?$ /wp-login.php?6hftknndvxffs6trdoqhx&redirect_to=/wp-admin/ [R,L]
    
    RewriteRule ^admin/?$ /wp-admin/?6hftknndvxffs6trdoqhx [R,L]
    
    RewriteRule ^register/?$ /wp-login.php?6hftknndvxffs6trdoqhx&action=register [R,L]
    
    RewriteCond %{SCRIPT_FILENAME} !^(.*)admin-ajax\.php
    RewriteCond %{HTTP_REFERER} !^(.*)mooredesign.org/wp-admin
    RewriteCond %{HTTP_REFERER} !^(.*)mooredesign.org/wp-login\.php
    RewriteCond %{HTTP_REFERER} !^(.*)mooredesign.org/login
    RewriteCond %{HTTP_REFERER} !^(.*)mooredesign.org/admin
    RewriteCond %{HTTP_REFERER} !^(.*)mooredesign.org/register
    RewriteCond %{QUERY_STRING} !^6hftknndvxffs6trdoqhx
    RewriteCond %{QUERY_STRING} !^action=logout
    RewriteCond %{QUERY_STRING} !^action=rp
    RewriteCond %{QUERY_STRING} !^action=register
    RewriteCond %{QUERY_STRING} !^action=postpass
    RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$
    RewriteRule ^.*wp-admin/?|^.*wp-login\.php /not_found [R,L]
    
    RewriteCond %{QUERY_STRING} ^loggedout=true
    RewriteRule ^.*$ /wp-login.php?6hftknndvxffs6trdoqhx [R,L]
    </IfModule>
    # END Better WP Security
    
    # 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
    
    # BEGIN (mt) controlled settings
    <IfModule pagespeed_module>
    ModPagespeed on
    </IfModule>
    # END (mt) controlled settings
    Thread Starter MaryJo Moore

    (@mooredesign)

    Yes. Both

    Thread Starter MaryJo Moore

    (@mooredesign)

    Good suggestion. I have done that before, but didn’t want to go through the trouble. I guess I will have to. Thanks again for all of your help.

    Thread Starter MaryJo Moore

    (@mooredesign)

    I am trying to use the same domain in two places. I guess I will have to try and figure out a work-around for the time being.

    Thank you both for your input.

    Thread Starter MaryJo Moore

    (@mooredesign)

    Thanks DesignLoud.

    I moved the domiain and installed the new site from a backup a couple of weeks ago. I’m pretty certain that everything is set.

    The same thing happens when I try to login to her old site. I use the same “old” login and login address and it redirects to the new site.

    Thread Starter MaryJo Moore

    (@mooredesign)

    It’s not actually a plugin. It’s called Ecommerce Templates. They were the ones that told me about changing the logo path.

    Thread Starter MaryJo Moore

    (@mooredesign)

    ok. Thanks for the link.

    Thread Starter MaryJo Moore

    (@mooredesign)

    That worked! Thanks!!

    Thread Starter MaryJo Moore

    (@mooredesign)

    So I renamed my plugins folder and I can login with no errors. How do I go about fixing the problem to reactivate plugins?

    Thread Starter MaryJo Moore

    (@mooredesign)

    No I haven’t. Is there a link with directions?
    Thanks.

    Thread Starter MaryJo Moore

    (@mooredesign)

    Thanks WPyogi. I changed the content to “none” and it worked perfectly.

Viewing 15 replies - 1 through 15 (of 27 total)