|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi, I need some with regex and a url rewrite.. I need to rewrite the following: http://www.foo.com/web/eservices/... to http://www.foo.com/web/workplace/... Which is to say simply swap eservices with workplace the rest of the url stays the same (before and after). Could someone be as so kind as to give me the rewrite rule for this? I can't figure it out. Much appreciated, J |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Something like these:
RewriteEngine On RewriteRule ^/web/eservices(.*) /web/workplace$1 [R] jknotzke@gmail.com напиÑав: > Hi, > > I need some with regex and a url rewrite.. > > I need to rewrite the following: > > http://www.foo.com/web/eservices/... to > http://www.foo.com/web/workplace/... > > Which is to say simply swap eservices with workplace the rest of the > url stays the same (before and after). > > Could someone be as so kind as to give me the rewrite rule for this? > I can't figure it out. > > Much appreciated, > > J |
|
![]() |
| Outils de la discussion | |
|
|