Hi,
ich habe alle Variablen aus allen Foren durch, aber ich bekomme einfach keine "schönen URLs"...
# pragmaMx - Web Content Management System
# Copyright by pragmaMx Developer Team -
http://www.pragmamx.org# $Revision: 1.20 $
# $Author: tora60 $
# $Date: 2011/04/10 08:42:26 $
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
# Rewrite Engine aktivieren
RewriteEngine on
# AllowOverride Options - geht auch nicht
# AddHandler php-fastcgi .php .php4 .php3 - geht auch nicht# rename this file to .htaccess, and you will get nice and clean urls.
# Depends on your configuration, you must set RewrteBase to
# switch on Mod_rewrite. See for this the online docs:
#
http://httpd.apache.org/docs/mod/mod_rewrite.html# falls nicht funktioniert, dann die nächste Zeile wieder auskommentieren!
# (Am Anfang der nächsten Zeile ein "#" einfügen... ) -
EGALOptions +FollowSymLinks
#Eintrag aus 1und1 Hilfe - bringt auch nixOptions -MultiViews
CheckSpelling off
# eventuell existierendes utf-8 Problem fixen
#SetEnv PMX_REWRITE_DECODE_UTF8 off
# evtl. bei Bedarf Rewrite Basisordner definieren
# falls nicht funktioniert, dann die nächste Zeile wieder einkommentieren,
# angepasst - bringt nix - /p bringt Fehler# vorher allerdings den Pfad anpassen!!!
RewriteBase /
# individuelle Rewrite-Regeln:
# RewriteRule ^(.*)\.html$ index.php?page=$1 [L] # 1und 1 geht auch nichtRewriteRule ^home\.html$ index.php [L]
# RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]