Welcome Guest, Not a member yet? Register   Sign In
HTACCESS HELP
#1

[eluser]Justin Patel[/eluser]
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

Code:
http://globalprompt.net/projects/affiliate/contactus.html


then it should be redirect to the affiliate controller,
if the request is
Code:
http://globalprompt.net/projects/affiliate/contactus.html
then it should me redirect to the some other url say abcd.


I have stuck here from 2 days. Please help me


Code:
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
#2

[eluser]Sarfaraz Momin[/eluser]
Can you tell me the difference between the 2 urls you have provided.

Code:
http://globalprompt.net/projects/affiliate/contactus.html
http://globalprompt.net/projects/affiliate/contactus.html

well to achieve good routing depend on routes. Htaccess will make your life difficult.

Also if you can brief a little more clearly it would be gr8.

Good Day !!!




Theme © iAndrew 2016 - Forum software by © MyBB