Viewing 2 replies - 16 through 17 (of 17 total)
  • hello every one.
    i m new student in wordpress and during making e commerce web i have uploaded hide-login plugin ,when i press activate its show error on page. my web i running in smooth condition but when i try to login my wp-admin then its show same error on blank page. then i try to enter on my theme page login ,its show smooth and i enter the wordpress but when i click on any option just as dashboard ,post,etc then its again show same error.
    then i download .htaccess file and open it ,its shows:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^wp-admin$ %{REQUEST_URI}/ [R=301,L]
    RewriteRule ^wp-admin/(.*?)$ /wp-admin/$1?%{QUERY_STRING} [QSA,L]
    RewriteRule ^login/?$ /wp-login.php [QSA,L]
    RewriteRule ^register/?$ /wp-login.php?action=register [QSA,L]
    RewriteRule ^forgot/?$ /wp-login.php?action=lostpassword [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    i del these codes and past on it the defult codes:
    # 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
    and save it and uploaded again on its destination in that folder where the wp installed.
    then i reopen my web +wp-admin i will smoothly enter the WP and all the options working as same as previous.mean ok
    thanks and sorry for my spell
    Akhtar
    [Moderated – these forums do not provide support via Skype]

    @invisageint: As per the Forum Welcome, please post your own topic. Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘broken completely.’ is closed to new replies.