Welcome Guest. Please Login or Register  


You are here: Index > General Stuff > General Discussions > Topic : Loginizer - Renaming the WP-Admin Area not working



Threaded Mode | Print  

 Loginizer - Renaming the WP-Admin Area not working (4 Replies, Read 26147 times)
IssHell
Group: Member
Post Group: Newbie
Posts: 3
Status:
Hello,

My base URL is https://buenavista.investments

I'm trying to update the wp-admin URL. I have applied the following steps:

1. Update .htaccess with (note: no other entry exist in .htaccess):

# BEGIN Loginizer
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase RELATIVE_URL/
RewriteRule ^site-admin(.*) wp-admin$1 [L]
</IfModule>
# END Loginizer

2. Restart Apache

3. enter site-admin to the New wp-admin Slug

4. Check the 'I have setup .htaccess' box

5. Click the 'Test New WP-Admin Slug'

I'm getting a 'There was an error connecting to WordPress with the new Admin Slug. Did you configure everything properly ?' error message.
IP: --   

Loginizer - Renaming the WP-Admin Area not working
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5640
Status:
Hi,

Sorry for the inconvenience caused.

Please replace the following line :
RewriteBase RELATIVE_URL/

with :
RewriteBase /

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Loginizer - Renaming the WP-Admin Area not working
IssHell
Group: Member
Post Group: Newbie
Posts: 3
Status:
Thank you for the response, do you have a solution for Apache server using vhost configuration?

Your answer redirect to the server root rather than the host root.

Regards,
Victor
IP: --   

Loginizer - Renaming the WP-Admin Area not working
IssHell
Group: Member
Post Group: Newbie
Posts: 3
Status:
I got a solution, for anyone looking at this issue.

I added the below line to the Apache http.conf:

  <Directory /var/www/html>
        Options +SymLinksIfOwnerMatch
        AllowOverride All
        Order deny,allow
        Allow from all
    </Directory>
IP: --   

Loginizer - Renaming the WP-Admin Area not working
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5640
Status:
Hi,

Glad to know you were able to get this working.

Thank you for sharing the solution.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 28, 2024, 8:16 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.025