# Login in Backend nicht möglich

**URL:** https://forum.shopware.com/t/login-in-backend-nicht-moglich/8089
**Category:** Shopware 3.5
**Tags:** installation--gettin
**Created:** [20. August 2012 um 22:41 UTC](https://forum.shopware.com/t/login-in-backend-nicht-moglich/8089 "2012-08-20T22:41:03Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![pharao50](https://avatars.discourse-cdn.com/v4/letter/p/85e7bf/32.png) [@pharao50](https://forum.shopware.com/u/pharao50)
#### Post date: [20. August 2012 um 22:41 UTC](https://forum.shopware.com/t/login-in-backend-nicht-moglich/8089/1 "2012-08-20T22:41:03Z")

</div>

Hallo Community, grüß euch. Heute habe ich die Community Edition installiert bzw. versucht. Habe die manuelle Installation gewählt, da das Script as irgendeinem Grund nicht starten wollte. Das check tool sagt, dass alles OK ist. ionCube ist installiert. wenn ich meine [URL aufrufe](http://shop.pharao50.cygnus.uberspace.de) wird der Shop angezeigt. wenn man dann allerdings /backen oder /backend/index.php dazu schreibt kommt folgender Fehler: The requested URL /backend was not found on this server. mit /engine wird man auf /backend weitergeleitet. Vielleicht kann mir einer helfen? Die Suchfunktion hat leider kein Ergebnis gebracht. Danke euch schonmal

---

<div class="post-metadata">

### Author: ![Klingelbeutel](https://avatars.discourse-cdn.com/v4/letter/k/f08c70/32.png) [@Klingelbeutel](https://forum.shopware.com/u/Klingelbeutel)
#### Post date: [21. August 2012 um 14:14 UTC](https://forum.shopware.com/t/login-in-backend-nicht-moglich/8089/2 "2012-08-21T14:14:40Z")

</div>

Also den Shop kann ich bspw. gar nicht aufrufen 😉 Evtl. Fehler bei der Installation aufgetreten? Schonmal geschaut ob die Dateien alle da sind oder ob etwas ganz offensichtlich fehlt?

---

<div class="post-metadata">

### Author: ![mmb\_info](https://avatars.discourse-cdn.com/v4/letter/m/a3d4f5/32.png) [@mmb\_info](https://forum.shopware.com/u/mmb_info)
#### Post date: [21. August 2012 um 14:25 UTC](https://forum.shopware.com/t/login-in-backend-nicht-moglich/8089/3 "2012-08-21T14:25:12Z")

</div>

anscheinend hat dein Server kein mod\_rewrite bzw. unterstützt die .htaccess-Datei nicht. was sagt denn deine HTACCESS ?

---

<div class="post-metadata">

### Author: ![mmb\_info](https://avatars.discourse-cdn.com/v4/letter/m/a3d4f5/32.png) [@mmb\_info](https://forum.shopware.com/u/mmb_info)
#### Post date: [21. August 2012 um 14:27 UTC](https://forum.shopware.com/t/login-in-backend-nicht-moglich/8089/4 "2012-08-21T14:27:46Z")

</div>

siehe auch : [installation-einstieg-f9/installation-zum-xten-t1892.html#p10660](http://forum.shopware.de/installation-einstieg-f9/installation-zum-xten-t1892.html#p10660)

---

<div class="post-metadata">

### Author: ![pharao50](https://avatars.discourse-cdn.com/v4/letter/p/85e7bf/32.png) [@pharao50](https://forum.shopware.com/u/pharao50)
#### Post date: [22. August 2012 um 11:51 UTC](https://forum.shopware.com/t/login-in-backend-nicht-moglich/8089/5 "2012-08-22T11:51:31Z")

</div>

Erstmal vielen Dank für eure Infos. Mitlerweile bin ich durch den Link von mmb\_info. Unter [folgender URL](http://shop.pharao50.cygnus.uberspace.de/shopware.php/backend/auth) komme ich nun ins backend. mod\_rewrite wird unterstützt. Eine .htaccess Datei habe ich nicht auf dem Webspace angelegt. Muss ich eine solche anlegen? Wenn ja mit welchen Werten? Danke nochmals für eure Klasse Hilfe :thumbup:

---

<div class="post-metadata">

### Author: ![mmb\_info](https://avatars.discourse-cdn.com/v4/letter/m/a3d4f5/32.png) [@mmb\_info](https://forum.shopware.com/u/mmb_info)
#### Post date: [22. August 2012 um 12:02 UTC](https://forum.shopware.com/t/login-in-backend-nicht-moglich/8089/6 "2012-08-22T12:02:34Z")

</div>

[quote=„pharao50“] Muss ich eine solche anlegen? Wenn ja mit welchen Werten? [/quote] so ganz allgemiein kann man das nicht beantworten, manche Hoster setzen eine voraus oder du erstellst halt eine wenn du gewisse Setting wie Komprimierung / oder eine Weiterleitung der Site oder eben diese Rewrites weiter fein"tunen" willst siehe auch hier : [http://www.freewebmasterhelp.com/tutorials/htaccess/](http://www.freewebmasterhelp.com/tutorials/htaccess/) oder GOOGLE 🙂 meine sieht in etwa so aus, da hab ich etwas dran geschraubt bis ich auch mit der Performance zufrieden war. Ob das der Weisheit letzter Schluss ist kann ich nicht sagen. Bei mir und dem Webspace passt das. [code] DirectoryIndex index.php DirectoryIndex shopware.php # FileETag MTime Size FileETag none  
Deny from all  
  
SetOutputFilter DEFLATE  
RewriteEngine On # SSL secured whole Site # RewriteCond %{HTTPS} !=on # RewriteRule ^(.\*) https://%{SERVER\_NAME}/1 [R,L] RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{REQUEST\_FILENAME}.jgz -f RewriteRule (.\*)\.js $1.js.jgz [L] AddType „text/javascript“ .js.jgz AddEncoding gzip .jgz  
#  
# AddType allows you to add to or override the MIME configuration  
# file specified in TypesConfig for specific file types.  
#  
#AddType application/x-gzip .tgz  
#  
# AddEncoding allows you to have certain browsers uncompress  
# information on the fly. Note: Not all browsers support this.  
#  
#AddEncoding x-compress .Z  
#AddEncoding x-gzip .gz .tgz  
#  
# If the AddEncoding directives above are commented-out, then you  
# probably should define those extensions to indicate media types:  
#  
AddType application/x-compress .Z  
AddType application/x-gzip .gz .tgz  
  
RewriteEngine on  
#RewriteBase /shopware/  
RewriteRule shopware.dll shopware.php  
RewriteRule files/documents/.\* engine [NC,L]  
RewriteRule application.yaml engine [NC,L]  
RewriteRule images/ayww/(.\*) images/banner/1 RewriteRule sitemap.xml(.\*) shopware.php?controller=SitemapXml RewriteRule templates/.\*(css|js) engine/backend/php/sCacheTemplate.php?file=0 [NC,L] RewriteRule engine/core/php/sAjaxSearch.php engine/backend/php/sAjaxSearch.php [NC,L]  
RewriteRule engine/core/php/campaigns.php$ engine/backend/php/campaigns.php [NC,L]

RewriteCond %{REQUEST\_URI} !(engine/|images/|files/|templates/|.js$|.css$|.jpg$|.png$)  
RewriteCond %{REQUEST\_FILENAME} !-f  
RewriteCond %{REQUEST\_FILENAME} !-d  
RewriteRule ^(.\*)$ shopware.php [PT,L,QSA]  
# BEGIN EXPIRES  
ExpiresActive on

# Perhaps better to whitelist expires rules? Perhaps.

ExpiresDefault „access plus 1 month“

# cache.appcache needs re-requests

# in FF 3.6 (thx Remy ~Introducing HTML5)

ExpiresByType text/cache-manifest „access plus 0 seconds“

# Your document html

ExpiresByType text/html „access plus 0 seconds“

# Data

ExpiresByType text/xml „access plus 0 seconds“  
ExpiresByType application/xml „access plus 0 seconds“  
ExpiresByType application/json „access plus 0 seconds“

# RSS feed

ExpiresByType application/rss+xml „access plus 1 hour“

# Favicon (cannot be renamed)

ExpiresByType image/x-icon „access plus 1 week“

# Media: images, video, audio

ExpiresByType image/gif „access plus 1 month“  
ExpiresByType image/png „access plus 1 month“  
ExpiresByType image/jpg „access plus 1 month“  
ExpiresByType image/jpeg „access plus 1 month“  
ExpiresByType video/ogg „access plus 1 month“  
ExpiresByType audio/ogg „access plus 1 month“  
ExpiresByType video/mp4 „access plus 1 month“  
ExpiresByType video/webm „access plus 1 month“

# HTC files (css3pie)

ExpiresByType text/x-component „access plus 1 month“

# Webfonts

ExpiresByType font/truetype „access plus 1 month“  
ExpiresByType font/opentype „access plus 1 month“  
ExpiresByType application/x-font-woff „access plus 1 month“  
ExpiresByType image/svg+xml „access plus 1 month“  
ExpiresByType application/vnd.ms-fontobject „access plus 1 month“

# CSS and JavaScript

ExpiresByType text/css „access plus 1 year“  
ExpiresByType application/javascript „access plus 1 year“  
ExpiresByType text/javascript „access plus 1 year“

 Header append Cache-Control "public" # END EXPIRES # compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/atom\_xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/x-httpd-php AddOutputFilterByType DEFLATE application/x-httpd-fastphp

```
      BrowserMatch ^Mozilla/4 gzip-only-text/html
      BrowserMatch ^Mozilla/4\.0[678] no-gzip
      BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

```

 Header append Vary User-Agent env=!dont-vary mod\_gzip\_on Yes mod\_gzip\_dechunk Yes mod\_gzip\_item\_include file \.(html?|txt|css|js|php|pl)$ mod\_gzip\_item\_include handler ^cgi-script$ mod\_gzip\_item\_include mime ^text/.\* mod\_gzip\_item\_include mime ^application/x-javascript.\* mod\_gzip\_item\_exclude mime ^image/.\* mod\_gzip\_item\_exclude rspheader ^Content-Encoding:.\*gzip.\* # Options -MultiViews # php\_value memory\_limit 128M php\_value max\_execution\_time 9000 # php\_flag magic\_quotes\_gpc off # php\_flag session.auto\_start off # php\_flag suhosin.session.cryptua off # php\_flag zend.ze1\_compatibility\_mode Off php\_flag SecFilterEngine Off # AddType x-mapp-php5 .php # AddHandler x-mapp-php5 .php [/code]

---

<div class="post-metadata">

### Author: ![pharao50](https://avatars.discourse-cdn.com/v4/letter/p/85e7bf/32.png) [@pharao50](https://forum.shopware.com/u/pharao50)
#### Post date: [22. August 2012 um 12:16 UTC](https://forum.shopware.com/t/login-in-backend-nicht-moglich/8089/7 "2012-08-22T12:16:47Z")

</div>

Hallo mmb\_info, das war ja eine Blitzantwort :thumbup: Ich habe mir mal erlaubt folgende Code Zeilen aus deiner htaccess zu klauen: ` DirectoryIndex index.php DirectoryIndex shopware.php # FileETag MTime Size FileETag none <files>
Deny from all
</files><files>
SetOutputFilter DEFLATE
</files> RewriteEngine On # SSL secured whole Site # RewriteCond %{HTTPS} !=on # RewriteRule ^(.\*) https://%{SERVER\_NAME}/$1 [R,L] RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{REQUEST\_FILENAME}.jgz -f RewriteRule (.\*)\.js$ $1\.js.jgz [L] AddType "text/javascript" .js.jgz AddEncoding gzip .jgz ` und siehe da es klappt
