On Sun, Sep 14, 2008 at 2:26 PM, Alain Roger <raf.news@xxxxxxxxx> wrote: > Hi, > > i would like to rewrite some of my pages so i have the following .htaccess > file under my subfolder _sub/test/ > > Options +FollowSymlinks > RewriteEngine on > RewriteRule ^article-([0-9]+)-([0-9]+)\.php$ article.php?numero=$1&page=$2 > [L] > > i also have 1 file article.php which only display the numero and page > arguments. > > therefore when my browser try to reach the page article-1234-5.php (as > written into my address bar of my browser), apache redirect it to > article.php?numero=1234&page=5 > > however i get the 500 error. > i do not get the 500 error if i comment the Options +FollowSymlinks (with > #), but in this case i get a 404 Not Found (/_sub/test/article.php) Looks like your rewrite worked, but you rewrote to something that doesn't exist. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx