Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.

.htaccess anpassen?

Ajax, Hijax, Microformats, RDF, Markup, HTML, PHP, CSS, MySQL, htaccess, robots.txt, CGI, Java, Javascript usw.
Neues Thema Antworten
Andreas84
PostRank 6
PostRank 6
Beiträge: 459
Registriert: 11.08.2004, 06:40
Wohnort: Thalmässing

Beitrag von Andreas84 » 03.08.2006, 07:44

Hallo,

ich möchte gerne, dass alle urls in meinem Blog SEO freundlich sind. Dies klappt nun bereits fast vollständig. Jedoch werden die Urls der Blogüberschriften noch nicht rihctig angezeigt.

Hier: www.modenio.de/blog/

Meine .htaccess:

Code: Alles auswählen

<FilesMatch "^item$">
    ForceType application/x-httpd-php
</FilesMatch>
<FilesMatch "^archive$">
    ForceType application/x-httpd-php
</FilesMatch>
<FilesMatch "^member$">
    ForceType application/x-httpd-php
</FilesMatch>
<FilesMatch "^archives$">
    ForceType application/x-httpd-php
</FilesMatch>
<FilesMatch "^category$">
    ForceType application/x-httpd-php
</FilesMatch>
<FilesMatch "^blog$">
    ForceType application/x-httpd-php
</FilesMatch>
Wie bekomme ich denn das noch hin?

Gruß,
Andreas