|
Make new URL to admin page's |
|
|
|
|
Written by Hoa da cafe
|
|
Tuesday, 23 September 2008 |
|
To access admin page's we use : http://mysite.com/administrator So you cant make this nice link to access admin page's by this way: Example :http://mysite.com/admin ext... Add or edit file .htaccess in joomla forlder
Redirect /admin http://mysite.com /administrator
Note: If url like http://mysite.com/portal/administrator We need add
Redirect /joomla/123 http://your-domain/administrator
This method use onle host support file .htaccess
|
I've been trying to get the redirect on my site but cant get it to work, can you help me? I placed a .htaccess file in the root folder with your recommendation of Redirect /joomla/123 http://trialserver.awardspace.com/administrator still when ever I put url trialserver.awardspace.com/administrator it goes to the same page I even tried Redirect /joomla/123 http://trialserver.awardspace.com/administrator still no luck, can you explain it to me better.