Ich gebe zu, kennt man meine Seite nicht (damit meine ich die Struktur ) könnte man schon etwas durcheinander kommen.
Also das ?pa_id= ordnet Reseller zu. Die 14 bin ich beispielsweise. Und Google sollte auch nur die Seiten in den Index aufnehmen, die meine id 14 haben. Denn wenn beispielsweise ein Reseller auf meine Seite verlinkt kann der Link auch ....templates.php?pa_id=26 heissen, es kommt aber der gleiche Inhalt.
Zu deiner Frage bezüglich PHP, vor dem Relaunch war es PHP, jetzt ist es .tpl, die per .htaccess umgeschrieben werden in das alte "Format". Allerdings auch nur die Seiten, die jetzt als .tpl laufen, also die in denen ich Produkte anbiete.
Code: Alles auswählen
RewriteEngine on
RewriteCond %{SERVER_PORT} ^443$
RewriteRule robots.txt robots-ssl.txt [L]
RewriteCond %{REQUEST_URI} ^/eng
RewriteRule .? - [S=8]
RewriteCond %{REQUEST_URI} ^(asdassdsa.php)|(kostenlose-flash-button.php)|(homepage-vorlagen.php)|(3d-visualisierung.php)|(flash-newsletter-tool.php)|(templates-support-deutsch.php)|(sitemap.php)|(affiliate.php)|(agb-webspace.php)|(agb.php)|(datenschutz.php)|(error-404.php)|(faq.php)|(footer-404.php)|(footer.php)|(free-swish-templates.php)|(header-404.php)|(header.php)|(impressum.php)|(kontakt.php)|(kostenloser-webspace.php)|(login.php)|(online-werbung.php)|(payment.php)|(payment_complete.php)|(payment_error_kredit.php)|(payment_error_paypal.php)|(payment_finish.php)|(preview.php)|(products.php)|(projekte.php)|(pw_vergessen.php)|(sitemap-xpellshop.php)|(sounds.php)|(swish-templates-support.php)|(swish-tutorial-animierte-maske.php)|(swish-tutorial-button-erstellen.php)|(swish-tutorials.php)|(swish-video-tutorials.php)|(swish.php)|(swishmax-4.php)|(swishmax-crack.php)|(swishmax-download.php)|(swishmax-fuer-mac-linux.php)|(swishmax2.php)|(swishmax3.php)|(template-anpassungen.php)|(template-galerie.php)|(tuning.php)|(widerrufsrecht.php)|(zahlungsoptionen.php)$
RewriteRule .? - [S=7]
ReWriteRule adobe-after-effect-templates\.php$ /adobe-after-effects-templates.php [R=301,L]
RewriteCond %{REQUEST_URI} info/(.*)\.html$
RewriteRule info/(.*)\.html$ /info.php?id=$1
RewriteCond %{REQUEST_URI} ^/([^/]+)-(\d+)-([^/]+)-(\d+)-(\d+)\.php
RewriteRule ^(.+)-(\d+)-(.+)-(\d+)-(\d+)\.php$ /index.php?action=$3&id=$4&p_id=$5&wae=eur&sp=de&item=$2&art=$1 [L]
RewriteCond %{REQUEST_URI} ^/[^_/]*\.php
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)\.php$ /index.php?action=$1 [L]
RewriteCond %{REQUEST_URI} ^/([^/]*)_([^/]*)\.php
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)_(.*)\.php$ /index.php?action=$1&p=$2 [L]
RewriteCond %{REQUEST_URI} ^/[^_/]*\.php
RewriteCond %{QUERY_STRING} ^pa_id=(\d+)$
RewriteRule ^(.*)\.php$ /index.php?action=$1&p_id=%1 [L]
RewriteCond %{REQUEST_URI} ^/([^/]*)_([^/]*)\.php
RewriteCond %{QUERY_STRING} ^pa_id=(\d*)$
RewriteRule ^(.*)_(.*)\.php$ /index.php?action=$1&p_id=%1&p=$2 [L]
RewriteCond %{HTTPS} ^off$
RewriteCond %{HTTP_HOST} !^www\.xpellshop\.com$
RewriteRule ^(.*)$ http://www.xpellshop.com/$1 [R=301,L]
RewriteCond %{HTTPS} ^on$
RewriteCond %{HTTP_HOST} !^www\.xpellshop\.com$
RewriteRule ^(.*)$ https://www.xpellshop.com/$1 [R=301,L]
ErrorDocument 404 /error-404.php
Mein Head früher sah so aus:
Code: Alles auswählen
<head>
<title>Beauty Templates als Homepage für Ihr Nagelstudio, Friseurgeschäft oder Kosmetik Salon</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="formate.css">
<meta name="description" content="Kosmetik Templates zur Präsentation Ihres Friseursalons oder Nagelstudios im Internet mit einer Beauty Homepagevorlage">
<meta name="keywords" content="Beauty templates, Kosmetik Template">
<meta name="classification" content="Beauty templates ">
<meta http-equiv="content-language" content="de" >
<meta name="robots" content="index, follow">
<meta name="robots" content="all">
<meta name="distribution" content="Global">
<meta name="googlebot" content="index, follow">
<meta name="Revisit-After" content="3 Days">
<meta name="revisit-every" content="4 days">
<meta name="abstract" content="Beauty templates ">
<meta name="rating" content="General">
<meta name="author" content="Xpell">
<meta name="copyright" content="Xpell">
<meta name="educational" content="Beauty templates ">
<meta name="free" content="Swish, SwishMax">
<meta name="aesop" content="sales">
<meta name="GENERATOR" content="Xpellshop.com - Beauty templates ">
<meta name="FORMATTER" content="Xpellshop.com - Beauty templates ">
</head>