Apr
11
2009
|
| ||||||
Step 1 Create HTML file name it with index.html, and then include this code to that file
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html> <head> <meta name="www.tipsntrick.net" content="haries"> <meta http-equiv="REFRESH" content="0; url=http://www.XXXXXX.com"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Tips and Trick</title> </head> <body> </body> </html>
Step 2
Create a new folder with your own name, ex: http://www.sample-site.com/new-my-admin-folder
Create PHP file, name it index.php, then inclide this code
<?php
header("Location: /administrator/index.php"); ?>
Place this file to a new folder was created, it perform like :
http://www.sample-site.com/new-my-admin-folder/index.php
Download file here
Done..!
Set as favorite
Bookmark
Email This
Hits: 720 Trackback(0)
Comments (0)
![]() Write comment
|
| < Prev | Next > |
|---|



HariesDesign.com - In a normal, we can access administrator in Joomla with http://www.sample-site.com/administrator, with little trick, we can change it with other. Follow this simple method.

