Hi,
i need you help,
becomme this error:
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
(server administrator say that problem is in .htaccess Datei - some of optionen to have clean).
i have on .htaccess this seetting:
Options +Indexes
RewriteEngine on
RewriteRule ^go-(.*)-(.*).html$ index.php?go=$1&id=$2 [L,NC]
RewriteRule ^(.*)-(.*)-(.*).html$ index.php?go=$2&id=$3 [L,NC]
RewriteRule ^([0-9]+)/[^/]+/([0-9]+)/$ index.php?go=subcat&id=$1&pageNum_pages=$2 [L,NC]
RewriteRule ^([0-9]+)/.*$ index.php?go=subcat&id=$1 [L,NC]
pfad is: /links/
site install as:
www.mysite.com/links
thx