LadyLannie Up-and-Coming Sensation Joined Jun 15, 2013 Messages 453 Reaction score 32 FP$ 489 Nov 11, 2013 #1 Hello FP I was woundering how could I use .htaccess to point towards my index page using RewriteRule without lossing any data or style.
Hello FP I was woundering how could I use .htaccess to point towards my index page using RewriteRule without lossing any data or style.
P pandaa Madly Diligent Joined May 28, 2012 Messages 7,866 Reaction score 4 FP$ 1,305 Nov 12, 2013 #2 Code: Redirect 301 / http://example.com/index.php This example should work for you. 🙂