> # 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. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
