Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
htaccess Dateien deaktivieren alles?
#3
Hallo Connie,

ich bin beispielsweise gerade in dem Ordner /plugins.

Dort hatt die .htaccess Datei folgenden Inhalt:

"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 **REPLACE**

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

Wenn ich nun folgenden Code:

"RewriteEngine on

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

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

entferne, funktionieren die Plugins wieder.

Der Hoster ist netz-objekte.de

Liebe Grüße

Jan
Reply


Messages In This Thread
RE: htaccess Dateien deaktivieren alles? - by Flummi02 - 2012-11-23, 21:16:23



Users browsing this thread: 2 Guest(s)