Stange problem please help me

Status
Not open for further replies.

warezgalaxy

Active Member
268
2010
4
0
hello,

when i open my freshly installed forum it is not opening when i directly type "abc.com" but when i manually type "abc.com/index.php" it works fine
so i want when i type "abc.com" sites opens normally
so please help me what file to edit index.php ??
thanks
 
4 comments
Hey mate try adding this in your .htaccess file.

RewriteEngine on
Options +FollowSymlinks
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/
RewriteRule ^(.*)index\.php$ http://myurllol.com$1 [R=301,L]
 
Status
Not open for further replies.
Back
Top