On Dec 12, 2007 3:41 PM, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> Hi Eric. Thank you very much for you answer.
>
> I typed:
> -------------
> RewriteRule ^([^/]+)/*$ /page.php?id=$1 [L]
> -------------
> and got 500 error message on every page on my website. The same with:
>
> ---------------
> RewriteRule ^([^/]+)/?$ /page.php?id=$1 [L]
> --------------------

Ad a RewriteLog with high enough log level. That way you will see how
your URLs are rewritten. If you don't understand something in the log
just post it here.

Krist

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to