Zurück   Flashforum > Flash und Server > Server-Seite allgemein

Antwort
 
LinkBack Themen-Optionen Ansicht
Alt 18-07-2008, 11:51   #1 (permalink)
Neuer User
 
Registriert seit: Sep 2003
Beiträge: 658
Schleife bei Domainumleitung

Hi Leute!

Ich hab grad ein ganz doofes Problem.
Ich habe eine CMS-Installation innerhalb eines Domainverzeichnisses namens "CMS". Dort habe ich es parallel zur bisher laufenden Seite installiert und zum laufen gebracht. Nun möchte ich die Domain dorthin umleiten.

Es gibt nun www.domainname.de und www.domainname.com; beide wollte ich auf www.domainname.de/CMS umleiten, doch ich erhalte immer wieder den Hinweis vom Browser, dass die aufgerufene Website die Anfrage so umleitet, dass sie nie beendet werden kann.

Das Problem hatte ich komischerweise noch nie. Wie finde ich nun aus diesem Schlamassel raus? Ich müsste doch sicher nur eine Eintragung in der .htaccess machen, oder? Aber welche?

bisher steht in meiner .htaccess
PHP-Code:
<FilesMatch "\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$">
  
Order allow,deny
</FilesMatch>
Options -Indexes
Options 
+FollowSymLinks
ErrorDocument 404 
/index.php
DirectoryIndex index
.php

# PHP 4, Apache 1.
<IfModule mod_php4.c>
  
php_value magic_quotes_gpc                0
  php_value register_globals                0
  php_value session
.auto_start              0
  php_value mbstring
.http_input             pass
  php_value mbstring
.http_output            pass
  php_value mbstring
.encoding_translation   0
</IfModule>

# PHP 4, Apache 2.
<IfModule sapi_apache2.c>
  
php_value magic_quotes_gpc                0
  php_value register_globals                0
  php_value session
.auto_start              0
  php_value mbstring
.http_input             pass
  php_value mbstring
.http_output            pass
  php_value mbstring
.encoding_translation   0
</IfModule>

# PHP 5, Apache 1 and 2.
<IfModule mod_php5.c>
  
php_value magic_quotes_gpc                0
  php_value register_globals                0
  php_value session
.auto_start              0
  php_value mbstring
.http_input             pass
  php_value mbstring
.http_output            pass
  php_value mbstring
.encoding_translation   0
</IfModule>

# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
  
ExpiresActive On
  ExpiresDefault A1209600
  ExpiresByType text
/html A1
</IfModule>

<
IfModule mod_rewrite.c>
  
RewriteEngine on


  
# Rewrite current-style URLs of the form 'index.php?q=x'.
  
RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond 
%{REQUEST_FILENAME} !-d
  RewriteRule 
^(.*)$ /CMS/index.php?q=$[L,QSA]
</
IfModule
DANKE!
headkit ist offline   Mit Zitat antworten
Alt 21-07-2008, 11:57   #2 (permalink)
Neuer User
 
Registriert seit: Sep 2003
Beiträge: 658
hm, habs jetzt erstmal ganz unelegant mit nem HTML-Redirect gelöst.
headkit ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind an
Pingbacks sind an
Refbacks sind an



Alle Zeitangaben in WEZ +1. Es ist jetzt 12:47 Uhr.

Domains, Webhosting & Vserver von Host Europe
Unterstützt das Flashforum!
Adobe User Group


Copyright ©1999 – 2012 Marc Thiele