Problem lag beim hoster, danke
Beiträge von stolli91
-
-
Hallo,
ich habe ein Problem...Ich habe eine Website welche soweit läuft, jedoch hat diese keine .htaccess Datei.
Wenn ich nun Beitragsbilder hinzufügen möchte kommt die Meldung:Zitat[h=1]Forbidden[/h][COLOR=#000000][FONT="]You don't have permission to access /wordpress/wp-admin/post.php on this server.[/FONT][/COLOR]
Verschiedene Möglichkeiten für eine Datei zu erstellen sind fehlgeschlagen.
Zitat[COLOR=#000066][FONT=monospace]# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress [/FONT][/COLOR]
-
funktioniert wieder alles, danke
-
Funktioniert nun wieder. Habe mal die PHP Version neu aufgespielt.
Wie kann ich den nun von der Website http://www.black-bulls.com eine weiterleitung auf http://www.black-bulls.com/wordpress machen?
-
Habe ich, jedoch kommt die gleiche Meldung immernoch.
ZitatParse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/blackbulz/www/wordpress/wp-admin/index.php on line 113
-
Habe Wordpress auch schon wieder neu hochgeladen und die Dateien überschrieben. Problem besteht immernoch.
Will natürlich jetzt nicht die ganze Website wieder neu machen. Keiner eine Idee?
-
Ich habe die Datei geändert und unter das wordpress Verzeichnis kopiert.
Fehler ist der gleiche..ZitatParse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/blackbulz/www/wordpress/wp-admin/index.php on line 113
-
ZitatAlles anzeigen
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‚WP_USE_THEMES‘, true);/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ,/wp-blog-header.php‘ );Wo meinen Sie?
-
Die Fehlermeldung wenn man auf wp-admin zugreifen möchte lautet:
ZitatParse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/blackbulz/www/wordpress/wp-admin/index.php on line 113
Die Zeile in der index.php lautet:Zitat$hide = 0 == $option || ( 2 == $option && wp_get_current_user()->user_email != get_option( 'admin_email' ) );
-
Guten Tag, ich bin neu hier.
Ich habe eine Website die die ganze Zeit unter HTML gelaufen ist. Das Verzeichnis hat unter /www gelegen.
Ich habe nun ein Wordpressmodul installiert und eine Worpressseite unter /www/wordpress eingerichtet.Nun wollte ich die Seite mit dem index.php so umziehen
ZitatAlles anzeigen<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‚WP_USE_THEMES‘, true);/** Loads the WordPress Environment and Template */
require(‚./wordpress/wp-blog-header.php‘ );Nun funktioniert garnichts mehr.
Ich höffe Ihr könnt mir helfen.Habe alles wieder Rückgänig gemacht jedoch komme ich weder auf die alte Website noch auf die wp-admin.
Achso, Website ist die http://www.black-bulls.com
Wenn man auf http://www.black-bulls.com/news.html geht, erscheint die alte Website.
Wenn ich auf http://www.black-bulls.com/wordpress/wp-admin gehe kommt nur noch eine Fehlermeldung.Verwendet wird PHP Version 5.6 und wordpress 4.6.1