• hi folks,

    well, i’d like to use permalinks. but it just doesn’t work:

    – mod_rewrite is running
    – wordpress created the .htaccess:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    – Apache is set up using “AllowOverride All”

    <Directory “/var/www/web4/html”>
    Options -FollowSymLinks -SymLinksIfOwnerMatch
    AllowOverride All
    <IfModule mod_access.c>
    Allow from all
    </IfModule>
    </Directory>

    But the complete website doesn’t load anymore:
    https://www.mobilchecker.de

    What’s wrong???

    Thanks!

    Mirko

Viewing 2 replies - 1 through 2 (of 2 total)
  • It loads for me. Clear the cache in your browser?

    Thread Starter 3komma7

    (@3komma7)

    thank you!

    i found the problem:

    i don’t know WHY, but i had to make this entry in the setup:

    INDEX.PHP/%author%/…..

    not just

    /%author%/…

    Do you know why?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘permalinks / mod_rewrite / .htaccess’ is closed to new replies.