Hallo Gemeinde,
ich habe vor kurzem auf meinem Server mod_rewrite vom Hoster aktivieren lassen. Das Problem ist, dass ich seit dem beim Seitenaufruf einen "Serverfehler 500" bekomme, erst wenn ich die .htaccess wieder in htacess.txt umbenenne, funktioniert die Seite wieder.
Die Aktuelle htaccess sieht so aus:
Ich möchte mod_rewrite in Zukunft nutzen um nach einem Relaunch meiner Seite (umstieg von "Eigenkration" auf Joomla") eine Umleitung (301) bestimmter Seiten einzurichten. Derzeit befindet sich Joomla noch in einem Unterverzeichnis (/cms).Code:Options FollowSymLinks # mod_rewrite in use RewriteEngine On ########## Begin Standard SEF Section ## ALL (RewriteCond) lines in this section are only required if you actually ## have directories named 'content' or 'component' on your server ## If you do not have directories with these names, comment them out. # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes## RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC] RewriteRule ^(content/|component/) index.php # ########## End Standard SEF Section ########## Begin 3rd Party or Core SEF Section # #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes## #RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC] #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule (.*) index.php # ########## End 3rd Party or Core SEF Section
Bin für jeden Tipp dankbar,
Gruß C


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen