mein ziel sollte es sein, eine url zu formatieren.....
also die url wäre:
artist.php?sub=artist&artistid=2
soll zu:
artist,2.htm (oder so ähnlich)
geparsed werden
meine htaccess:
das komische ist aber, dass nach dem upload der htaccess-datei die komplette seite nicht mehr geht (ich nutze flashfxp - ich kann die htaccess datei auf meinem server auch garnicht mehr sehen - gibts ne möglichkeit die sichtbar zu amchen?). alles was auf dem server ist, geht dann nicht mehr. bekomme dann nur diese meldung:
wat hab ich denn da falshc gemacht. hab eigentlich das genauso gemacht, wie die beispiele, die ich hier im forum gefunden habe
also die url wäre:
artist.php?sub=artist&artistid=2
soll zu:
artist,2.htm (oder so ähnlich)
geparsed werden
meine htaccess:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /2
# Fuer die Kleinanzeigen
RewriteRule ^artist,(.*),(.*)(\.html?)$ artist\.php?sub=artist&artistid=$artist_vorschau['artistid'] [L]
Options +FollowSymlinks
RewriteBase /2
# Fuer die Kleinanzeigen
RewriteRule ^artist,(.*),(.*)(\.html?)$ artist\.php?sub=artist&artistid=$artist_vorschau['artistid'] [L]
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, srv02@webmasterwork.com 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.
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, srv02@webmasterwork.com 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.
Kommentar