.htaccess anpassen?
Verfasst: 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:
Wie bekomme ich denn das noch hin?
Gruß,
Andreas
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>
Gruß,
Andreas