Hello,
I'm a complete beginner on Apache and especially mod_rewrite and turn to you for some needed advice.
Can it be done/is it wise to redirect all incoming traffic (human traffic) of a site to the "front page", I mean the index.php?
I want all users to FIRST end up on my front page of the site, and then navigate from there. As it is right now, certains links from google and other websites, points straight to other pages or other subdirectories on my site. This make the design screw up.
So I would like to redirect an incoming request for eg: "/gallery/page4.php" to "/index.php" or only "/"
Would this disallow access to these pages/directories even when navigating from the index.php?
What would happen in a case like this to Googles crawler? Would it still index everything (according to robots.txt?)
Thank you!
/ john