hallo zusammen,
mit meiner joomla seite bin ich umgezogen. meine joomla seite liegt in einem unterordner, die domain verweist aber jetzt auf das root verzeichnis.
ich muss nun eine htaccess anlegen, die meine joomla seite richtig aufruft.
im joomla ordner liegt natürlich auch eine htaccess, weil ich mit sh404sef arbeite.
im root verzeichnis liegt nun folgende htaccess:
meine seite wird jetzt zwar aufgerufen, allerdings wird der quelltext angezeigt.Code:# Use PHP5 Single php.ini as default AddHandler application/x-httpd-php5s .php # Do not change this line. RewriteEngine on # Change yourdomain.com to be your main domain. RewriteCond %{HTTP_HOST} ^(www.)?yourdomain.com$ # Change 'subdirectory' to be the directory you will use for your main domain. RewriteCond %{REQUEST_URI} !^/subdirectory/ # Don't change this line. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Change 'subdirectory' to be the directory you will use for your main domain. RewriteRule ^(.*)$ /subdirectory/$1 # Change yourdomain.com to be your main domain again. # Change 'subdirectory' to be the directory you will use for your main domain # followed by / then the main file for your site, index.php, index.html, etc. RewriteCond %{HTTP_HOST} ^(www.)?yourdomain.com$ RewriteRule ^(/)?$ subdirectory/index.php
wäre toll, wenn mir jemand helfen kann. keine ahnung, was ich falsch mach. die htaccess datei hab ich im netz so gefunden.
danke.


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen