Omschrijving
For WordPress sites needing an hidden login without using a page link. Simply type your desired login URL such as www.mywebsite.com/login or www.mywebsite.com/logout to access the login or logout pages. The login value, login redirect page and the logout value are all fully editable within the options page. This plugin makes use of your .htaccess file using 301 redirects. Your .htaccess file will need to be writable for automated use.
URL Login Options
- Login Text – Set to the text you would like to use to redirect to login page (Default is “login”.) This will set the login URL to http://www.mywebsite.com/login
- Login Redirect to – Choice of your Website home, Blog home or directly to WordPress Admin. You can also set a custom url to overide the default choices.
- Logout Text – Set to the text you would like to use to redirect to logout page.
Example Code
Example of .htaccess code added:
# BEGIN ST_URLLogin
Redirect 301 /login http://www.mywebsite.com/wp-admin/
Redirect 301 /logout http://www.mywebsite.com/wp-login.php?action=logout
# END ST_URLLogin
Installatie
- Upload ‘st-url-login.php’ to the ‘wp-content\plugins’ directory
- Activate the plugin titled ‘ShiftThis | Swift SMTP’ through the ‘Plugins’ menu in WordPress
- Access the Options Tab in your Admin Panel and select the URL Login SubMenu Item.
FAQ
- I get a Server Error message after installing or updating the Plugins Options
-
Something went wrong with the .htaccess file, you will need to either delete the .htaccess file and recreate it, or open the .htaccess file and remove everything between # BEGIN ST_URLLogin and # END ST_URLLogin
- Where can I ask support questions for this plugin?
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“ShiftThis | URL Login” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “ShiftThis | URL Login” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.