wunschtacho
10.09.2007, 09:11
Hallo,
haben gerade ein Update vom Hosting Paket auf 1&1 Managed-Server hinter uns. Seit kurzem werden die SuMa-Links nicht mehr rnichtig interpretiert (als wäre die .htaccess gar nicht da).
Funzt nicht mehr:
http://www.onlineshop.wunschtacho.de/index.../c112_Audi.html (http://anonym.to/?http://www.onlineshop.wunschtacho.de/index.php/cat/c112_Audi.html)
Ohne:
http://www.onlineshop.wunschtacho.de/index...=c112_Audi.html (http://anonym.to/?http://www.onlineshop.wunschtacho.de/index.php?cat=c112_Audi.html)
Bei meiner TYPO3 Installation gibt es mit der htaccess keine Probleme - was könnte das sein???
htaccess:
<IfModule mod_setenvif.c>
<IfDefine SSL>
SetEnvIf User-Agent ". MSIE. " \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
</IfDefine>
</IfModule>
<IfModule mod_php4.c>
php_value session.use_trans_sid 0
php_value register_globals 1
</IfModule>
# http://httpd.apache.org/docs/misc/rewriteguide.html
RewriteEngine on
#-- Sitemap
RewriteRule ^istemap(. )\.html$ /xt/shop_content.php?coID=8 [qsappend,L]
##-- Kategorien
RewriteCond %{REQUEST_URI} (. ):::([_0-9]+):([_0-9]+)\.html$
RewriteRule (. ):::([_0-9]+):([_0-9]+)\.html$ /xt/index.php?cPath=$2&page=$3 [qsappend,L]
RewriteCond %{REQUEST_URI} (. ):::([_0-9]+)\.html$
RewriteRule (. ):::([_0-9]+)\.html$ /xt/index.php?cPath=$2 [qsappend,L]
##-- Produkte
RewriteRule (. )::(.+)\.html$ /xt/product_info.php?products_id=$2 [qsappend,L]
##-- Content
RewriteRule (. ):_:([0-9]+)\.html$ /xt/shop_content.php?coID=$2 [qsappend,L]
##-- Manufacturers
RewriteCond %{REQUEST_URI} (. ):.:([_0-9]+):([_0-9]+)\.html$
RewriteRule (. ):.:([_0-9]+):([_0-9]+)\.html$ /xt/index.php?manufacturers_id=$2&page=$3 [qsappend,L]
RewriteCond %{REQUEST_URI} (. ):.:([_0-9]+)\.html$
RewriteRule (. ):.:([0-9]+)\.html$ /xt/index.php?manufacturers_id=$2 [qsappend,L]
##-- Fehlerseiten auf die Sitemap lotsen
ErrorDocument 400 /xt/istemap.html?error=400
ErrorDocument 401 /xt/istemap.html?error=401
ErrorDocument 402 /xt/istemap.html?error=402
ErrorDocument 403 /xt/istemap.html?error=403
ErrorDocument 404 /xt/istemap.html?error=404
ErrorDocument 500 /xt/istemap.html?error=500
haben gerade ein Update vom Hosting Paket auf 1&1 Managed-Server hinter uns. Seit kurzem werden die SuMa-Links nicht mehr rnichtig interpretiert (als wäre die .htaccess gar nicht da).
Funzt nicht mehr:
http://www.onlineshop.wunschtacho.de/index.../c112_Audi.html (http://anonym.to/?http://www.onlineshop.wunschtacho.de/index.php/cat/c112_Audi.html)
Ohne:
http://www.onlineshop.wunschtacho.de/index...=c112_Audi.html (http://anonym.to/?http://www.onlineshop.wunschtacho.de/index.php?cat=c112_Audi.html)
Bei meiner TYPO3 Installation gibt es mit der htaccess keine Probleme - was könnte das sein???
htaccess:
<IfModule mod_setenvif.c>
<IfDefine SSL>
SetEnvIf User-Agent ". MSIE. " \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
</IfDefine>
</IfModule>
<IfModule mod_php4.c>
php_value session.use_trans_sid 0
php_value register_globals 1
</IfModule>
# http://httpd.apache.org/docs/misc/rewriteguide.html
RewriteEngine on
#-- Sitemap
RewriteRule ^istemap(. )\.html$ /xt/shop_content.php?coID=8 [qsappend,L]
##-- Kategorien
RewriteCond %{REQUEST_URI} (. ):::([_0-9]+):([_0-9]+)\.html$
RewriteRule (. ):::([_0-9]+):([_0-9]+)\.html$ /xt/index.php?cPath=$2&page=$3 [qsappend,L]
RewriteCond %{REQUEST_URI} (. ):::([_0-9]+)\.html$
RewriteRule (. ):::([_0-9]+)\.html$ /xt/index.php?cPath=$2 [qsappend,L]
##-- Produkte
RewriteRule (. )::(.+)\.html$ /xt/product_info.php?products_id=$2 [qsappend,L]
##-- Content
RewriteRule (. ):_:([0-9]+)\.html$ /xt/shop_content.php?coID=$2 [qsappend,L]
##-- Manufacturers
RewriteCond %{REQUEST_URI} (. ):.:([_0-9]+):([_0-9]+)\.html$
RewriteRule (. ):.:([_0-9]+):([_0-9]+)\.html$ /xt/index.php?manufacturers_id=$2&page=$3 [qsappend,L]
RewriteCond %{REQUEST_URI} (. ):.:([_0-9]+)\.html$
RewriteRule (. ):.:([0-9]+)\.html$ /xt/index.php?manufacturers_id=$2 [qsappend,L]
##-- Fehlerseiten auf die Sitemap lotsen
ErrorDocument 400 /xt/istemap.html?error=400
ErrorDocument 401 /xt/istemap.html?error=401
ErrorDocument 402 /xt/istemap.html?error=402
ErrorDocument 403 /xt/istemap.html?error=403
ErrorDocument 404 /xt/istemap.html?error=404
ErrorDocument 500 /xt/istemap.html?error=500