Hallo zusammen,
Ich wollte meine Domain ändern und habe diesbezüglich die config.inc.php angepasst und den tmp ordern geleert.
Leider funktioniert die Seite unter der neuen Domain trotzdem nicht. Sämtliche Links beziehen sich nach wie vor auf die alte Domain.
Meine .htaccess sieht wie folgt aus:
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]RewriteCond %{REQUEST_URI} oxseo.php$
RewriteCond %{QUERY_STRING} mod_rewrite_module_is=on
RewriteRule oxseo.php$ oxseo.php?mod_rewrite_module_is=on [L]RewriteCond %{REQUEST_URI} !(/admin/|/core/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !(.html|/|.jpg|.css|.pdf|.doc|.gif|.png|.js|.htc)$ %{REQUEST_URI}/ [R=301,L]RewriteCond %{REQUEST_URI} !(/admin/|/core/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.html|/)$ oxseo.phpRewriteCond %{REQUEST_URI} (/out/pictures/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.jpe?g|.gif|.png)$ core/utils/getimg.php</IfModule>
disabling log file access from outside
<FilesMatch “(EXCEPTION_LOG.txt|.log$|.tpl$|pkg.rev)”>
order allow,deny
deny from all
</FilesMatch>Options -Indexes
DirectoryIndex index.php index.htmlAddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
kennt jemand die Lösung zu diesem Problem?
Danke
P.S.: Ich habe diesen Beitrag auch im internationalen Forum erstellt, weiß aber leider nicht wie ich ihn löschen kann.