F fazal New Member May 25, 2009 #1 Hi guys pzl help me i accidently removed index.html from my hosting account.....now the forum doesnt load until i type /index.php at end ..... plz help guys plz..... is there any way to solve the probs plz help....
Hi guys pzl help me i accidently removed index.html from my hosting account.....now the forum doesnt load until i type /index.php at end ..... plz help guys plz..... is there any way to solve the probs plz help....
B bluescorpion New Member May 25, 2009 #2 Just add this rule to the .htaccess file and the redirect will happen server-side real quick and easy like. Code: RewriteEngine on RewriteRule index\.html index.php [NC,R]
Just add this rule to the .htaccess file and the redirect will happen server-side real quick and easy like. Code: RewriteEngine on RewriteRule index\.html index.php [NC,R]
I Itsuki Minami New Member May 25, 2009 #4 just make a txt and save it as .htaccess and put what is above there, then put the .htaccess where the index.php is ;3 that's it
just make a txt and save it as .htaccess and put what is above there, then put the .htaccess where the index.php is ;3 that's it