permalinks / mod_rewrite / .htaccess
-
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.deWhat’s wrong???
Thanks!
Mirko
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘permalinks / mod_rewrite / .htaccess’ is closed to new replies.