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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.