|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
URL rewrite
I defined a virtual host URL which is redirected to URL$server.showsite?p_site_id=9604
Works fine, but I have problems to register for certain search engines. Can an URL rewrite solve this problem (URL should stay in the address bar)? I tried RewriteEngine On RewriteRule ^ URL$server.showsite?p_site_id=9604 [P,L] but the result looks like looping forever when the client enters URL Can anybody help??? Thanks a lot ... |
|
#2
|
|||
|
|||
|
Check the thread explicit mod_rewrite rule request -> http://forums.devshed.com/showthrea...4631&forumid=15 and the lengthy thread mentioned there at -> http://forums.devshed.com/showthrea...9203&forumid=15
If you still don't get it, come back here and provide more examples. BTW, don't misuse or abuse the use of $ character at $server.showsite?....., it's very insecure and illegal. A tip: You should be looking at internal redirection and it's the term for your case. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > URL rewrite |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|