Page is a not externally linkable
Pass_the_Dutchie - 8:34 pm on Aug 4, 2010 (gmt 0)
looks like we posted same time!
As expected your solution is nicer :)
RewriteCond %{QUERY_STRING} ^([^&]+&)*_fb_q=
RewriteRule ^(index\.php)?$ http://www.example.com/? [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /index\.(php|html?)\ HTTP/
RewriteRule ^index\.(php|html?)$ http://www.example.com/ [R=301,L]
Works a charm. Your a star!
thanks Jim