Thomas J.S.: mod_rewrite Rule will nicht so wie ich will

Beitrag lesen

Hallo,

meine htaccess sieht so aus:

AddType application/x-httpd-php .php .php4 .html .htm

RewriteEngine on
Options +FollowSymLinks
RewriteBase /

RewriteBase /autor

RewriteRule ^/autor/(.*).html$  /autor/?go=$1

eventuell so (da ich annehmen, dass du den ?go=xxx mit einem CGI oder PHP script machst):
RewriteRule ^autor/(.*).html$  /cgi-bin/dingsda.cgi?go=$1

HTH

Grüße
Thomas