07.02.2012, 14:36
es hat geklappt.
nur wenn ich jetzt mein Portal als startseite haben möchte zb mittels .htaccess befehl oder mir ne index erstelle kann ich das forum dann nicht mehr öffnen. hier mal meine htaccess:
nur wenn ich jetzt mein Portal als startseite haben möchte zb mittels .htaccess befehl oder mir ne index erstelle kann ich das forum dann nicht mehr öffnen. hier mal meine htaccess:
Code:
#
RewriteBase /
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://playstation-vita.de/$1?$2 [L,QSA,R=301]
RewriteEngine on
RewriteCond %{HTTP_HOST} !^playstation-vita\.de
RewriteRule ^(.*)$ http://playstation-vita.de/$1 [R=permanent,L]
RewriteCond %{HTTP_HOST} !^playstation-vita\.de$ [NC]
RewriteRule ^(.*)$ http://playstation-vita.de/$1 [R=301,L]
RewriteRule ^index\.php$ http://playstation-vita.de/ [R=301,L]
#
RewriteBase /
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://playstation-vita.de/$1?$2 [L,QSA,R=301]
# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404
# :
RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]
# Google SEO URL Forums:
RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]
# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]
# Google SEO URL Announcements:
RewriteRule ^Announcement-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]
# Google SEO URL Users:
RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]
# Google SEO URL Calendars:
RewriteRule ^Calendar-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
# Google SEO URL Events:
RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]