954,174 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Isapi rewrite issue

Hello, i have some issues with url rewriting:

i use $_get[id] to determine what page i'm on and to retreve them from the database. at the moment i use url rewriting and i go to the website (where i have a redirect in the root index.php to /public/index.php?page_id=1) it shows this in the URL.
if i type index.html it shows me the page but it seems that the url rewrite is not passing the ?page_id= value to the page??

how can i solve this issue??

RewriteRule ^/index\.html$ /public/index.php?page_id=1 [I,L]
RewriteRule ^/binnenwerk\.html$ /public/index.php?page_id=$2[I,L]
nl18663
Newbie Poster
3 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You