The problem is that your Apache server is not compiled with rewrite module or you don't have rewrite instructions in your Dolphin's root .htaccess file. These instructions should be as follows:
Hi,
I'm struggling with a Dolphin install days on due to mod_rewrite.. I turned all the permalinks off in settings and I still get the error. Does it actually do anything?
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
</IfModule>
see more
I'm struggling with a Dolphin install days on due to mod_rewrite.. I turned all the permalinks off in settings and I still get the error. Does it actually do anything?