|
|
|
|
||||||
| comp.info.servers.unix Web servers for UNIX platforms. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I want to rewrite a dynamic url into static one but it didn't worked
out dynamic url: http://www.domain.com/folder/file.php?var1=value1 i want the static url look like : http://www.domain.com/folder/value1 I tried the following syntax but it didn't work: Options +FollowSymLinks RewriteEngine on RewriteRule ^folder/(.*)$ folder/file.php?var1=$1 [L] I had put this code in the .htaccess file in my root folder. Please me out |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Mon, 03 Jul 2006 04:22:23 -0700, bhupendra02@gmail.com wrote:
> I tried the following syntax but it didn't work: Need to include RewriteBase in a .htaccess file -- JDS |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Mon, 03 Jul 2006 04:22:23 -0700, bhupendra02@gmail.com wrote:
> I tried the following syntax but it didn't work: Need to include RewriteBase in a .htaccess file -- JDS |
|
![]() |
| Outils de la discussion | |
|
|