| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Surpassing Dutch
Super #1
Joined in Sep 2004
Lives in Arnhem, the Netherlands
Hosted on SH98
2,385 posts
Gave thanks: 172
Thanked 40 times
|
Problems WordPress and .htaccess
(I've already posted on the Wordpress boards, but the answers didn't help).
This is in my .htaccess: The problem is that perma links are not working anymore. Old permalinks still do, but new ones can't be added. Any ideas? Code:
# mod_sec
<IfModule mod_security.c>
SecFilterEngine Off
</IfModule>
# end mod_sec
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
__________________
sh98
|
|
|
|