Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Raghunath Gurjar

    (@india-web-developer)

    Hi AutoCultivo,

    Sorry for the problem that you are facing.

    May be issue are coming only due to htaccess file permission because once you will enable new admin slug then on same time it will be write a rewrite code into htaccess file according to new admin slug.

    If you can send me your site ftp details on my email raghunath.0087@gmail.com then I can look into issue and update you ASAP

    Thanks
    Raghunath

    marco.marenco

    (@marcomarencoteacupit)

    i’ve the same problem, please could you provide some more information?
    the problem could be the file permission for .htaccess?

    thanks in advance,
    Marco

    Plugin Author Raghunath Gurjar

    (@india-web-developer)

    Hi Marco,

    before enable plugin did you checked your permalink settings from admin (Settings >> Permalink ), it should not be set as default? it’s should be set to any other format .

    After add new admin slug from plugin setting page , new rewrite rule will be add into your root htaccess . For example you have added new slug as newadmin then in your root htaccess file rewrite code will be like that :

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteRule ^newadmin/?$ /wp-login.php [QSA,L]
    RewriteRule ^newadmin/register/?$ /wp-login.php?action=register [QSA,L]
    RewriteRule ^newadmin/lostpassword/?$ /wp-login.php?action=lostpassword [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    If rewrite code is not adding then it’s can create 404 error.
    In that case you can update new admin slug related rewrite rule manually into your htaccess file, only change your slug name on place or newadmin

    Thanks
    Raghunath

    Well this instruction of making sure the permalink was set to default wasn’t explained in the settings.

    Redirects to 404 page after login.

    So what exactly do I need to remove from htaccess after deleting this plugin via cpanel to be able to get back in?

    Big Sigh..

    Ok, I didn’t have to mess with httaccess after deleting form cpanel. Back In.

    Plugin Author Raghunath Gurjar

    (@india-web-developer)

    Hi,

    Please take help from this support link https://wordpress.org/support/topic/not-acceptable-8

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘no works’ is closed to new replies.