Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Zugang zum Adminbereich nicht möglich
#9
Ich habe mal den Vorgang in Schritten aufgenommen.
Vielleicht bin ich ja auch nur betriebsblind, denn ich
hatte ja schon mal einen erfolgreichen Zugang.
Nur bei erneuter Anmeldung blieb ich draußen.
(könnten Plugins Fehler verursachen?)

temp.htaccess geändert auf .htaccess (ist 640)
temp.gsconfig.php geändert auf gsconfig.php (ist 640)

############ .htaccess ############
AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /meinVerzeichnis/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]

###################################

########### gsconfig.php ##########

<?php
/**
* GSConfig
*
* The base configurations for GetSimple
*
* @package GetSimple
*/

/** Prevent direct access */
if (basename($_SERVER['PHP_SELF']) == 'gsconfig.php') {
die('You cannot load this page directly.');
};

/*****************************************************************************/
/** Below are constants that you can use to customize how GetSimple operates */

# Extra salt to secure your password with. Default is empty for backwards compatibility.
#define('GSLOGINSALT', 'your_unique_phrase');

# Turn off auto-generation of SALT and use a custom value. Used for cookies & upload security.
#define('GSUSECUSTOMSALT', 'your_new_salt_value_here');

# Default thumbnail width of uploaded image
define('GSIMAGEWIDTH', '200');

# Change the administrative panel folder name
#define('GSADMIN', 'admin');

# Turn on debug mode
#define('GSDEBUG', TRUE);

# Ping search engines upon sitemap generation?
define('GSDONOTPING', 1);

# Turn off CSRF protection. Uncomment this if you keep receiving the error message "CSRF error detected..."
#define('GSNOCSRF', TRUE);

# Set override CHMOD mode
#define('GSCHMOD', 0755);

# Enable Canonical Redirects?
#define('GSCANONICAL', 1);

# Use Uploadify to upload files?
#define('GSNOUPLOADIFY', 1);

# WYSIWYG editor height (default 500)
#define('GSEDITORHEIGHT', '400');

# WYSIWYG toolbars (advanced, basic or [custom config])
#define('GSEDITORTOOL', 'advanced');

# WYSIWYG editor language (default en)
#define('GSEDITORLANG', 'en');

# WYSIWYG Editor Options
#define('GSEDITOROPTIONS', '');

# Set email from address
#define('GSFROMEMAIL', 'noreply@get-simple.info');

# Autosave within edit.php. Value is the autosave interval in seconds
#define('GSAUTOSAVE', 900);

# Enable the External API to be shown on settings page
#define('GSEXTAPI', 1);

# Set PHP locale
# http://php.net/manual/en/function.setlocale.php
#setlocale(LC_ALL, 'en_US');

# Disable loading of external CDN versions of scripts (jQuery/jQueryUI)
#define("GSNOCDN",true);

?>
###################################

Error: Cannot delete /admin/install.php, /admin/setup.php or
/admin/update.php. Please do this manually.
(update gibts nicht weil Scheininstallation)

speichern/löschen von website.xml, user.xml und cpsettings.xml
die beiden letzten existieren gar nicht.

[Image: FireShot_Screen_01.png]

[Image: FireShot_Screen_02.png]

[Image: FireShot_Screen_03.png]

[Image: FireShot_Screen_04.png]

Ich bekomme nur die Eingabeaufforderung und bin mit meinem Latein am Ende.
Reply


Messages In This Thread
Zugang zum Adminbereich nicht möglich - by RAK - 2012-04-20, 03:20:18



Users browsing this thread: 1 Guest(s)