Radiant installation problem - can not get past index!

Hi,

I have just finished installing the Radiant as per the instructions on
this link -

http://wiki.github.com/radiant/radiant/installing-on-site5

I have only got the demo data on my domain. The url for the installation
is -

http://sizzlz.com

Currently every URL on this site goes back to the index. Being new to
radiant
I could not figure what I am doing wrong. Any help would greatly
appreciated.

Thank you very much.

Venkat

Hi, it seems you have resolved the problem.
Can you explain how, please?
It’s so similar to the problem I have…

Currently every URL on this site goes back to the index. Being new to
radiant
I could not figure what I am doing wrong. Any help would greatly
appreciated.

Thank you very much.

Venkat

I fixed this problem by changing one line to .htaccess in the
applications public folder. I changed this line:

RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]

to this

RewriteRule ^(.*)$ dispatch.fcgi/$1 [QSA,L]