|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
mod rewrite problem
Hi,
I'm trying to convert url from: http://www.shizm.gamesnet.pl/e-praca/infopage.php?id=1 to: http://www.shizm.gamesnet.pl/e-praca/infopage/1.php Im using this rule but it wont work RewriteEngine On RewriteRule ^infopage/([0-9]+).php$ ^infopage.php?id=$1 My .htaccess working in 100%! Pleas help. (sory for my gramar |
|
#2
|
|||
|
|||
|
RE: mod rewrite problem
any one ?
|
|
#3
|
|||
|
|||
|
RE: mod rewrite problem
RewriteEngine On
RewriteRule ^infopage/([0-9]+).php$ infopage.php?id=$1 noob |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > mod rewrite problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|