Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Freundliche URLs und Galerie_Platzhalter
#9
soweit ichs verstanden habe:

> Die GS-Installation ist im Hauptverzeichnis der Domain.
dann in der .htaccess m.E. nur:
RewriteBase /


und probiere Mal ohne parent, anstatt
%parent%/%slug%/
z.B.
%slug%.html


dann bzgl. .html, hast Du in der htacces auch sowas:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)\.html$ index.php?id=$1 [QSA,L]

Gruß, Bell.
Reply


Messages In This Thread
RE: Freundliche URLs und Galerie_Platzhalter - by Belletage - 2012-12-01, 10:11:09



Users browsing this thread: 1 Guest(s)