|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have been trying, in vain, to take everything something containing
http://www.helloworld.com/?browse=/Earth to http://www.helloworld.com/images/ind...?browse=/Earth How do I do it? Thank again! maria |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 maria wrote: > I have been trying, in vain, to take everything something containing > > http://www.helloworld.com/?browse=/Earth > > to > > http://www.helloworld.com/images/ind...?browse=/Earth > > How do I do it? > > Thank again! > > maria You're best to use a Rewrite configuration to do this. Try: RewriteEngine on RewriteCond %{REQUEST_URI} ^/?browse=$ RewriteRule ^/?browse=(.*)$ /images/index.php?browse=$1 - -- The OC48 to the Death Star is blown because of Bernard Shifman threatening to sue. Valve Software is ignoring the fact that they have one network admin left. :: http://www.s5h.net/ :: http://www.s5h.net/gpg.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHq6ey4dyr7s6PRYgRAisBAJ45aDgdiweu6sUg9mfjLU HoaaDMegCeKxxW 9GRhfa/1yGWA9Lzddw1WOdg= =a4ZW -----END PGP SIGNATURE----- |
|
![]() |
| Outils de la discussion | |
|
|