kungschu: mod_rewrite / URL Rewriting

Beitrag lesen

Hallo David.

Options +FollowSymLinks (falls das nicht sowieso in Deiner httpd.conf schon zugelassen ist)

Das ist zugelassen, hatte ich probeweise aber auch nochmals angeführt.

Ja, es handelt sich um eine .htaccess-File.
Ich habe es nun wie folgt versucht:

  
RewriteEngine on  
RewriteRule ^blog/artikel/([a-zA-Z0-9\-]+)$ /blog/artikel.php?url=$1 [L]  

Not found 404 (Bei Eingabe von: http://localhost:8888/blog/artikel/test)

Füge ich noch eine RewriteBase (http://localhost:8888 bzw. http://localhost:8888/) hinzu, wird ein Internal Server Error verursacht (The server encountered an internal error or misconfiguration and was unable to complete your request.), sobald ich http://localhost:8888/blog/ aufrufen möchte.
Die apache_error_log gibt aus: /blog/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context.
Es müsste ja aber auch ohne gehen.

Danke dir.

MfG, Kungschu.

--
Brain: an apparatus with which we think we think.