Gdy próbuje to wyłączyc w .htaccess to wyskakuje błąd:
Cytat
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Cały plik wygląda tak:
Cytat
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^([^*]*),([^*]*).html$ index.php?id=$1&s=$2 [L]
RewriteRule ^([^*]*).html$ index.php?id=$1[L]
RewriteRule ^index.html$ index.php [L]
# www.adresstrony.pl/tytul-artykulu,d20.html
# RewriteRule ^[a-z0-9\-]+,d([0-9]+)\.html$ ?a=dokument&documentId=$1
php_flag magic_quotes_gpc Off