Kod
po wywołaniu http://www.streetv.pl/
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@hwm.nazwa.pl 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.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@hwm.nazwa.pl 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.
i takie coś w HTACCESS
Kod
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ .../......../ [L]
RewriteRule (.*) .../......./$1 [L]
</IfModule>
RewriteEngine on
RewriteRule ^$ .../......../ [L]
RewriteRule (.*) .../......./$1 [L]
</IfModule>
co ciekawe docelowy adres na ktory kieruje domena działa prawidłowo - http://hwm.nazwa.pl/streetv/. Błąd serwera pojawia się tylko przy domenie. Może ktoś będzie w stanie pomóc co jest nie tak w HTACCESS
