Es müsste folgendes reichen: 'mv htaccess.txt .htaccess'
Dann müsste es funktionieren
Posts by fluser
-
-
Mach mal ein 'ls -al .*' in deinem htdocs mit dem Wordpress
-
The problem is known. See also here: http://forum.i-mscp.net/Thread-500er-durch-suexec
-
I think you did rsync or scp your files with user root and forgot to change owner and group to set the permissions to vuABZD:www-data or something like that. Check it with 'ls -l' on the old and the new server, make a 'chown -R' to set the permission right and your problem should be gone;-)
-
Please correct the owner- and group-membership. After that, it should work.
-
Hmmm, I think easiest way to do this is:
* symlink domain.tld_ssl.conf to domain.tld.conf
* Add a comment to domain.tld.conf that the admin can delete domain.tld_ssl.conf and add his own custom config for ssl virtual host
* add into the ssl template the new include pathI'm not the best in perl... but here are all files where it should be edited:
Here we have to add and/or delete the symlinks (I think somewhere with the variable APACHE_CUSTOM_SITES_CONFIG_DIR):
engine/PerlLib/Servers/httpd/apache_fcgi.pm
engine/PerlLib/Servers/httpd/apache_itk.pm
engine/PerlLib/Servers/httpd/apache_itk/uninstaller.pm
engine/PerlLib/Servers/httpd/apache_fcgi/uninstaller.pm
engine/setup/imscp-migrate-from-ispcpComment must be added here:
Example: "For custom SSL VirtualHost config delete symlink domain.tld_ssl.conf and create a new file with the same name"
configs/debian/apache/parts/custom.conf.tplAnd here:
configs/debian/apache/parts/domain_ssl.tpl
on Line 161:
Include {APACHE_CUSTOM_SITES_CONFIG_DIR}/{DMN_NAME}.conf
would be:
Include {APACHE_CUSTOM_SITES_CONFIG_DIR}/{DMN_NAME}_ssl.confRegards
Fluser -
Es liegt nicht am der Sprachdatei. Wen 'Löschen' direkt in die PHP Datei geschrieben wird anstatt Delete, passiert der Fehler auch...
-
Hallo zusammen
Ich habe einen kleinen Fehler in i-MSCP gefunden und konnte diesen auf zwei Systemen reproduzieren.
Wenn ein Kunde einen eigenen DNS-Eintrag erstellt, wird im deutschen Löschen anstatt löschen angezeigt. Interessanterweise passiert dies nur bei eigenen DNS-Einträgen. Subdomains und Aliase funktionieren.
Ich habe bereits nach dem Fehler gesucht, leider aber nichts gefunden. Irgendwo wird da das "ö" ausgetauscht und in HTML-Text übersetzt. Und da läuft wohl etwas schief.
Der HTML-Code sieht wie folgt aus:
Code- <tr>
- <td><span class="icon i_domain_icon">test.ch</span></td>
- <td>test</td>
- <td>IN</td>
- <td>A</td>
- <td>192.168.2.61</td>
- <td>
- <a class="icon i_edit" href="dns_edit.php?edit_id=6" title="Bearbeiten">Bearbeiten</a>
- <a href="#" class="icon i_delete" onclick="action_delete('dns_delete.php?edit_id=6', 'A Eintrag'); return false;" title="L&ouml;schen">L&ouml;schen</a>
- </td>
- </tr>
Betroffen ist die Funktion auf Zeile 604 in der Datei: /var/www/imscp/gui/public/client/domains_manage.php
Kann dies jemand anderes auch noch testen/reproduzieren?
Danke und Gruss
Manuel -
Was musstest du den am File manipulieren? Es gibt ja den DNS Manager in i-MSCP und wenn es global sein muss, kannst du auch die Templates anpassen.
Gruss
-
Wieviel Ram hatte den die Maschine? Würde mich sehr interessieren