Searchengine friendly URLs
« am: 18.04.2006 11:27 Uhr »
Hallo,
Ich versuche meine Joomla Seite auf SEF umzustellen.
Ich bin wie folgt vorgegangen:
1.) Die Datei htaccess.txt geöffnet, und geändert. Der Inhalt der Datei ist nun:
##
# @version $Id: htaccess.txt 423 2005-10-09 18:23:50Z stingrey $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

# Options +FollowSymLinks

#
# mod_rewrite in use
#

RewriteEngine On

#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update YourJoomlaDirectory (just / for root)

RewriteBase /joomla

#
#  Rules
#

RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

2.) Ich habe die Datei htaccess.tx in .htaccess umgenannt.
3.) Ich habe im Backend SEF aktiviert.

Das Ergebnis ist ein 500 Internal Server Error.
Wo liegt mein Fehler? Mein Joomla Verzeichnis ist /html/joomla/
Website ist www.dpsgwendelstein.de

Grüße
Daniel

*

Offline admin

  • *****
  • 6.364
  • Support Joomla100
    • Profil anzeigen
    • 100 Prozent Joomla-Hosting
Re: Searchengine friendly URLs
« Antwort #1 am: 18.04.2006 11:39 Uhr »
Hallo Daniel,

falls Sie die Standard-Version von Joomlas SEF nutzen, kommentieren Sie bitte einfach mal die Rewritebase aus.
Vollkasko-Versicherung für Ihre Homepage?
https://www.joomla100.com/sicherheit/vollkasko-versicherung

Re: Searchengine friendly URLs
« Antwort #2 am: 18.04.2006 11:46 Uhr »
Hallo,

Genau das schien der Punkt gewesen zu sein.
Jetzt funktionierts ohne Probleme!
Danke! Mal wieder klasse Support!

Grüße
Daniel