Hopp til innhold
WordPress.org

Norsk (Bokmål)

  • Tema
  • Utvidelser
  • Nyheter
  • Om
  • Mønstre
  • Delta
  • Meetups
  • Slack
  • Kontakt
  • Få WordPress
Få WordPress
WordPress.org

Plugin Directory

Unoapp Protect WP Admin

  • Send inn en utvidelse
  • Mine favoritter
  • Logg inn
  • Send inn en utvidelse
  • Mine favoritter
  • Logg inn

Denne utvidelsen har ikke blitt testet mot noen av de siste 3 hovedutgivelsene av WordPress. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

Unoapp Protect WP Admin

Av Kartik Busa
Last ned
  • Detaljer
  • Omtaler
  • Installering
  • Utvikling
Brukerstøtte

Beskrivelse

Many time sites hacked by admin access because it’s common URL for all wp-admin, this unoapp protect wp admin gives advanced security against hackers.

Are you seeing a lot of attacks on your WordPress admin area? Protecting the admin area from unauthorized access allows you to block many common security threats
unoapp protect wp admin helps solve this problem by allowing webmasters to customize their admin panel URL and access allows only selected ips.

After installed and configured unoapp protect wp admin plugin, administrator able to change the «sitename.com/wp-admin» link into «sitename.com/custom-admin».

The plugin also restrict admin access by multiple ips based

** NOTE: You should keed backup your database before activating this plugin.**
for some reason, you find it necessary to restore your database from these backups.

Features

  • Option to change custom wp-admin into both sides after logged in and before login URL(i.e http://yourdomain.com/custom-admin)
  • Automatically change «Register» page URL
  • Automatically change «Lost Password» page URL
  • Restrict applied for registered non-admin users from wp-admin
  • Allow admin access by defining comma separated multiple ips

Important

1) Save the slug.

2) Please put below two lines code in your wp-config.php file above of Absolute path (ABSPATH).

define(‘WP_ADMIN_DIR’, ‘office-admin’);

define(‘ADMIN_COOKIE_PATH’, SITECOOKIEPATH . WP_ADMIN_DIR);

3)
Sometimes it’s issuing while permalink settings not updated.
Some time .htaccess not updated due to permission issue, permalink issue or some other security plugins, in that case, you can update .htaccess manually.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^custom-admin/(.*) wp-admin/$1?%{QUERY_STRING} [L]
RewriteRule ^custom-admin/?$ wp-login.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Skjermbilder

  • screenshot-1.png

  • screenshot-2.png

  • screenshot-3.png

  • screenshot-4.png

Installasjon

Automatically: In most cases, you can install automatically from WordPress.

Manually: follow these steps:

  • 1) Upload «unoapp protect wp admin» folder to the /wp-content/plugins/ directory.
  • 2) Activate the plugin.
  • 3) Go to Settings «WP-Admin Advanced Security» and configure the plugin settings.

Ofte stilte spørsmål

  • 1.) Nothing happen after enable and add the new wordpress admin url?

    Don’t worry, Just update the site permalink («Settings» >> «Permalinks») and logout.

  • 2.) Not able to login into admin after enable plugin?

    Make sure you have given proper writable permission on htaccess and check htaccess is updated plugin code.

  • 3.) Am i not able to login after installation

Sometime issues can come only in case when you will use default permalink settings.
If your permalink will be update to any other option except default then it will be work fine. Anyway Dont’ worry, manualy you can add code into your site .htaccess file.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

«Unoapp Protect WP Admin» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:

Bidragsytere
  • Kartik Busa

Oversett “Unoapp Protect WP Admin” til ditt språk.

Interessert i utvikling?

Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.

Endringslogg

1.0

  • First stable release

1.1

  • New version release
    • fixed permission issues
    • guidline added for users

Meta

  • Versjon 1.1
  • Sist oppdatert 4 år siden
  • Aktive installasjoner Færre enn 10
  • WordPress-versjon 4.0 eller nyere
  • Testet opp til 5.9.13
  • PHP-versjon 5.2.4 eller nyere
  • Språk
    English (US)
  • Stikkord
    IP Based LoginProtect wordpress adminsecure wordpress admin
  • Avansert visning

Vurderinger

No reviews have been submitted yet.

Legg til min anmeldelse

Se alle omtalene

Bidragsytere

  • Kartik Busa

Brukerstøtte

Har du noe å si? Trenger du hjelp?

Vis brukerstøtteforumet

Donér

Vil du støtte videreutviklingen av denne utvidelsen?

Doner til denne utvidelsen

  • Om
  • Nyheter
  • Hosting
  • Personvern
  • Fremvisning
  • Temaer
  • Utvidelser
  • Mønstre
  • Lær
  • Brukerstøtte
  • Utviklere
  • WordPress.tv ↗
  • Bli involvert
  • Arrangementer
  • Doner ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Norsk (Bokmål)

  • Besøk vår konto på X
  • Visit our Bluesky account
  • Besøk vår Mastodon-konto
  • Visit our Threads account
  • Besøk vår Facebook-side
  • Besøk vår Instagram-konto
  • Besøk vår LinkedIn-konto
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Kode er poesi.
The WordPress® trademark is the intellectual property of the WordPress Foundation.