View Single Post
  #1  
Old 21st December 2010, 19:36
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default Force users to another page not index
ok some ppl wonderd how to force users when coming to site, to view a page not index.php


heres how i done it.

creat a blank index.html and place into root

add this to your .htaccess or create .htaccess and place this inside

Code:
DirectoryIndex name_of_file.php
Redirect 301 /currentLocation http://sitename.com/name_of_file.php
enter the page name you want users to go to when coming to your site.
no instead of users gettin index.php they will get login.php or forums.php or signup.php whatever you want first page view to be. hope this helps
Attached Files
File Type: rar htaccess.rar (166 Bytes, 31 views)
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote