> # For better performance replace the dispatcher with the fastcgi one > # > # Example: > RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] > RewriteEngine On Locate this block. The RewriteRule here isn't supposed to be active. Comment it out like the lines before: # RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] Leave the RewriteEngine line as-is.