|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Redirect with variables using mod_rewrite
It's posible to redirect with variables using mod_rewrite?
URL to URL thanks |
|
#2
|
|||
|
|||
|
Are you trying to do some kind of proxying (internal redirect) or external redirect?
Try something like this (proxying): RewriteEngine on RewriteCond %{REQUEST_URI} ^/cgi-bin/intellilink/out\.cgi(.*)$ RewriteRule ^(.+)$ http://domain2.com/$1 [P,L] Or do a little search in this forum under my username with the search keyword like "rewrite proxy". |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Redirect with variables using mod_rewrite |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|