View Single Post
  #2 (permalink)  
Old 02-20-2006, 03:55 AM
cryptkeeper cryptkeeper is offline
Constant Pligger
 
Join Date: Jan 2006
Posts: 197
Thanks: 1
Thanked 0 Times in 0 Posts
kevin, as far as i am aware, /admin was only released in 5.5-5.9. it should be admin_index.php. I do not think the htaccess is redirecting it to admin

edit: you were right, i checked htaccess
Code:
RewriteRule ^admin/?$ admin_index.php
edit 2: try this, (lol) in the .htaccess file change the line i posted above to:
Code:
RewriteRule ^pliggadmin/?$ admin_index.php
then go to ww.yoursite.com/pliggadmin

technically, that should work.

Last edited by cryptkeeper; 02-20-2006 at 04:00 AM..
Reply With Quote