Beiträge von Cyperghost im Thema „Link Umschreibung SEO URL“

    Du musst noch den Eintrag für das News-System hinzufügen.

    Apache Configuration
    # Rewrite application /news/
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteRule ^news/(.*)$ news/index.php?$1 [L,QSA]