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

Welches Webkatalog Script ist das Beste

Hier können Sie Ihre Fragen zum Thema Suchmaschinenoptimierung (SEO) / Positionierung stellen
firewire
PostRank 7
PostRank 7
Beiträge: 545
Registriert: 04.09.2006, 15:36
Wohnort: Darmstadt

Beitrag von firewire » 05.07.2007, 18:54

also meine anderen htaccess sehn net so aus
die vom phpld sieht so aus

Code: Alles auswählen

#################################################
## PHP Link Directory - Apache Server Settings ##
#################################################

# Prevent .htaccess and .htpasswd files from being viewed by web clients
<Files "^\.ht">
    Order allow,deny
    Deny from all
</Files>

# Protect files
<Files ~ "^&#40;.*&#41;\.&#40;inc|inc\.php|tpl|sql&#41;$">
  Order deny,allow
  Deny from all
</Files>

# Protect directories
<Files ~ "^&#40;backup|files|images|include|lang|libs&#40;/.+&#41;?|temp&#40;/.+&#41;?|templates&#40;/.+&#41;?|javascripts&#40;/.+&#41;?&#41;$">
  Order deny,allow
  Deny from all
</Files>

# Disable directory browsing
Options -Indexes

# Follow symbolic links in this directory
Options +FollowSymLinks

# Override PHP settings that cannot be changed at runtime
# &#40;If your server supports PHP settings via htaccess you can comment following two lines off&#41;
# php_value register_globals   0
# php_value session.auto_start 0

# Customized error messages
# &#40; If you are running in a subfolder please add it, example&#58; "directory/index.php?httpstatus=404" &#41;
ErrorDocument 404 index.php?httpstatus=404

# Set the default handler
DirectoryIndex index.php

# URL rewrite rules
<IfModule mod_rewrite.c>
   RewriteEngine On


   #Make sure RewriteBase points to the directory where you installed phpLD.
   #Example&#58; "/phpld" if your installation is in a "phpld" subdirectory.

   #RewriteBase /

   ##Latest Links Rewrite
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-f
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-d
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-l
   RewriteRule ^latest-links\.htm&#91;l&#93;?$ index.php?list=latest &#91;QSA,NC,L&#93;

   ##Top Hits Rewrite
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-f
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-d
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-l
   RewriteRule ^top-hits\.htm&#91;l&#93;?$ index.php?list=top &#91;QSA,NC,L&#93;

   ##Latest Articles Rewrite
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-f
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-d
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-l
   RewriteRule ^latest-articles\.htm&#91;l&#93;?$ index.php?list=latestarticles &#91;QSA,NC,L&#93;

   ##Details Link Page Rewrite
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-f
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-d
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-l
   RewriteRule &#40;.*&#41;detail/link-&#40;.*&#41;\.htm&#91;l&#93;?$ detail.php &#91;QSA,NC&#93;

   ##Article Page Rewrite
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-f
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-d
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-l
   RewriteRule &#40;.*&#41;articles/article-&#40;.*&#41;\.htm&#91;l&#93;?$ article.php &#91;QSA,NC&#93;

   ##Pagination Rewrite
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-f
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-d
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-l
   RewriteRule &#40;.*&#41;page-&#40;\d+&#41;\.htm&#91;l&#93;?&#40;.*&#41;$  $1/?p=$2 &#91;PT,NC&#93;

   ##Category redirect
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-f
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-d
   RewriteCond %&#123;REQUEST_FILENAME&#125; !-l
   RewriteRule ^&#40;.*&#41;$ index.php &#91;QSA,L&#93;
</IfModule>
Auflösung Domainportfolio: barebones-shop.de; flexible-lcd.de; origami-experience.de; couponcommunity.de; chill-out-time.de; chill-out-time.com; healthboard.de; gesundheitspark-deutschland.de; gesundheitsparks-deutschland.de; gesundheitspark.de;
------------------------------------------------
1. deutsches Artikelverzeichnis mit AdSense Sharing
------------------------------------------------