What are the contents of your .htaccess?

It should probably look something like this:

RewriteEngine On
RewriteBase /
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]

Matt

On Fri, Jun 5, 2009 at 9:42 AM, Shuaib85 <[email protected]> wrote:
>
> Hi there
> I am trying to setup my first application on the server and i keep
> getting the content of dispatch.fcgi
>
> after i googled it, i found that i have to have .htaccess which i had
> in the public folder.
>
> you can check it here
> http://www.bluestar.ps/tests
>
> any idea what is this problem and what is the solution
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to