globalprompt Posted November 12, 2007 Share Posted November 12, 2007 Hello Friends, Below Is my htaccess file which work great. I just need some help form great people from forums. What I need is.... I want to redirect based on the url .. like if the request is for contactus.html then it should be redirect to the affiliate controller, if the request is contactus.html then it should me redirect to the some other url say abcd. I have stuck here from 2 days. Please help me Options +FollowSymlinks RewriteEngine on addtype application/x-httpd-php .html .htm Rewritecond %{REQUEST_FILENAME} !-f RewriteRule \.php$ /error404.html RewriteCond $1 !^(index\.php|js|images|listingImages|system\/plugins|robots\.txt|css\/) RewriteRule ^(.*)$ http://globalprompt.net/projects/affiliate/index.php/affiliate/$1 [L] Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.