kostenloser Webspace werbefrei: lima-city


Problem bei mit der .htaccess-Datei bei Omeka Installation

lima-cityForumProgrammiersprachenPHP, MySQL & .htaccess

  1. Autor dieses Themas

    fitsein

    fitsein hat kostenlosen Webspace.

    Guten Abend ich wollte mir hier das CMS Omeka installieren aber die Installation gibt als Fehler folgendes aus:

    mod_rewrite is not enabled.
    Apache's mod_rewrite extension must be enabled for Omeka to work properly.
    Please enable mod_rewrite and try again.

    Im Forum finde ich mit der Suche nchts was passt und ich kann mich mal erinnern das vor langer Urzeit man in der htaccess was ändern musste. Finde aber in der unten angehängten den Fehler nicht resp. bin vielleicht schon zulange aus dem Thema raus.

    Danke schonmals im Vorraus

    # Omeka .htaccess: Apache configuration file
    # This file is required for Omeka to function correctly.
    
    # --------------- #
    # Error Reporting #
    # --------------- #
    
    # Uncomment the SetEnv line below to turn on detailed on-screen error
    # reporting.
    #
    # Note: This should only be enabled for development or debugging. Keep this
    # line commented for production sites.
    # 
    # SetEnv APPLICATION_ENV development
    
    # ------------- #
    # Rewrite Rules #
    # ------------- #
    
    RewriteEngine on
    
    # If you know mod_rewrite is enabled, but you are still getting mod_rewrite
    # errors, uncomment the line below and replace "/" with your base directory.
    #
    # RewriteBase /
    
    # Allow direct access to files (except PHP files)
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule !\.(php[0-9]?|phtml|phps)$ - [C]
    RewriteRule .* - [L]
    
    RewriteRule ^install/.*$ install/install.php [L]
    RewriteRule ^admin/.*$ admin/index.php [L]
    RewriteRule .* index.php
    
    # -------------- #
    # Access Control #
    # -------------- #
    
    # Block access to all .ini files.
    <FilesMatch "\.ini$">
        <IfModule mod_authz_core.c>
            Require all denied
        </IfModule>
        <IfModule !mod_authz_core.c>
            Order Allow,Deny
            Deny from all
        </IfModule>
    </FilesMatch>
    
    # --------#
    # Caching #
    # --------#
    
    # Uncomment the lines below in order to enable caching of some files
    # (after a finished site has gone live)
    #
    # <IfModule mod_expires.c>
    #    <FilesMatch "\.(js|ico|gif|jpg|png|css)$">
    #        ExpiresActive on
    #        ExpiresDefault "access plus 10 day"
    #    </FilesMatch>
    # </IfModule>
    
    # ------------ #
    # PHP Settings #
    # ------------ #
    
    <IfModule mod_php5.c>
        php_flag register_globals off
        php_flag magic_quotes_gpc off
    </IfModule>
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. Ich vermute, du musst die folgende Zeile in deiner .htaccess einfach auskommentieren:

    fitsein schrieb:
    # RewriteBase /
  4. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!