View Single Post
Old 2007-05-26, 10:28 AM   #4
ClickBuster
I'm normally not a praying man, but if you're up there, please save me Superman!
 
ClickBuster's Avatar
 
Join Date: Dec 2004
Location: Bulgaria
Posts: 476
Send a message via ICQ to ClickBuster
I *think* this should do the trick, but I'm not 100% certain as I copy/pasted and modified the code that I grabbed on another site, tho it looks fine and it seems it *should* work.

Code:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_user_agent} http_x_psp_browser
RewriteRule ^$ http://www.google.com
This saved in the .htacces file in the site's / folder should take care to redirect PSPs to Google
__________________
The tendency is to push it as far as you can
-- Fear and Loathing In Las Vegas
ClickBuster is offline   Reply With Quote