I'm running an AJAX enabled site that caters for HTML4 hash and HTML5 pushstate().
I've just migrated to an AWS EC2 instance (linux server running apache) and both site are running fine.
The only issue I've experienced is when I refresh a HTML4 hash page the correct page shows.
However when I refresh a HTML5 page like http://www.datingjapan.co/conversations I get the following error message:

It appears that apache is trying to go into the folder 'converstations' rather then just call the site 'index.php' which then using jquery to load the correct page.
Can anyone advise what might be the issue here. I'm assuming its a httpd.conf settings.
thx
pushstate()—popstateis an event, not a function. Also “hash tag” isn’t appropriate in this context — if you’re referring to the portion of a URL after and including the#hash character, that’s just the hash, not the hash tag. – Paul D. Waite Dec 25 '12 at 21:32Aliasis not the way to go. – Paul D. Waite Dec 25 '12 at 21:45