need help in htaccess code

i have this code

RewriteEngine On
RewriteCond %{HTTP_REFERER} !(www.)?website.com
RewriteRule .* - [F]

this htacess code restricts all pages of a abc.xyz.com domain to accept only website.com traffic

now problem is i want a htaccess code that makes a rule for this page only http://abc.xyz.com/index.php?view=ppp& not for all pages of abc.xyz.com

Sponsor our Newsletter | Privacy Policy | Terms of Service