Jump to content

HTACCESS HELP


globalprompt

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/76967-htaccess-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.