HI I need to set up this page domain.com/index.php&p=5555 as my homepage But not through redirecting (301,302) I tried to add DirectoryIndex command to htaccess file but it didn t work any ideas
you don't want to use ANY redirect at all or just 301,302? Actually, I can't think of any way of doing it without any redirect but making a new index.html which has the index.php&p=5555 contents but you you could change headers on your index.php with PHP to redirect people where you want