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.
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]
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.