m-r-promotion Posted October 26, 2013 Report Share Posted October 26, 2013 Hallo Community, ich hab ein Problem, welches ich leider nicht alleine lösen kann. Ich möchte gerne den Namen des Ordner in dem alle Dateien für den Shop liegen (version 4) ändern. Bei Umstellung der Domain auf den neuen Verzeichnisnamen gibt er mir dann einen INTERNAL SERVER ERROR aus. Welche Dateien muss ich denn noch ändern? Vielen Dank für eure Hilfe! Link to comment Share on other sites More sharing options...
Alex@4tfm Posted October 27, 2013 Report Share Posted October 27, 2013 Hi, werf mal einen Blick in die htaccess ob da evtl. was falsch ist. ( evtl. eine RewriteBase gesetzt die danach nicht mehr stimmt oder eine alte Umleitung? ) Normalerweise sollte das problemlos zu ändern sein. Link to comment Share on other sites More sharing options...
m-r-promotion Posted October 27, 2013 Author Report Share Posted October 27, 2013 Ich konnte jetzt auf Anhieb nichts feststellen. Siehst du eventuell was? # RewriteEngine on # RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php DirectoryIndex index.php <IfModule mod_rewrite.c> SetEnv HTTP_MOD_REWRITE On RewriteEngine on RewriteCond %{REQUEST_URI} !^/media/ RewriteCond %{REQUEST_URI} !^/extAdmin/ RewriteCond %{REQUEST_URI} !^/skin/ RewriteCond %{REQUEST_URI} !^/js/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 seconds" ExpiresByType image/x-icon "access plus 2692000 seconds" ExpiresByType image/jpeg "access plus 2692000 seconds" ExpiresByType image/png "access plus 2692000 seconds" ExpiresByType image/gif "access plus 2692000 seconds" ExpiresByType application/x-shockwave-flash "access plus 2692000 seconds" ExpiresByType text/css "access plus 2692000 seconds" ExpiresByType text/javascript "access plus 2692000 seconds" ExpiresByType application/x-javascript "access plus 2692000 seconds" </IfModule> <IfModule mod_headers.c> <FilesMatch "\\.(ico|jpe?g|png|gif|swf|css|js)$"> Header set Cache-Control "max-age=2692000, public" </FilesMatch> Header unset ETag Header unset Last-Modified </IfModule> Link to comment Share on other sites More sharing options...
Alex@4tfm Posted October 27, 2013 Report Share Posted October 27, 2013 Schaut gut aus. Was ist mit der php.ini? wenn der ioncubeloader im Shopordner liegt muss hier ggf. der Pfad angepasst werden. Link to comment Share on other sites More sharing options...
Townboy Posted October 28, 2013 Report Share Posted October 28, 2013 Guten Morgen, 1. Ist das Rootverzeichnis richtig konnektiert? 2. Hast Du alle URL´s in der DB angepasst? 3. Sind evtl. absolute Pfade im Template hinterlegt? 4. Ist Ioncube in dem Ordner aktiv? 5. Hinterleg mal in Deiner htacces den RewriteBase /(Verzeichnis) Grüße Mike Link to comment Share on other sites More sharing options...
m-r-promotion Posted October 28, 2013 Author Report Share Posted October 28, 2013 Hallo, vielen Dank für eure Hilfe, den Ioncube hatte ich nicht berücksichtigt. Nun funktioniert alles super. Vielen Dank! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.