I looked up a cheat sheet for mod_rewrite conditions and what a surprise it don't work.
I am a complete nooboid when I comes to mod_rewrite, I have had so much trouble with it in the past and this is no exception.
The urls I am trying to rewrite are on:
http:
//hackers.xen.example.net/~jay/
The point of it is to rewrite /pages/* to /index.html?page=* and to some degree this works.
as you can see if you go /pages/* in the 404 it brings up index.html not found; meaning mod_rewrite is rewriting the url to index.html (which is good), however the fact that its a 404 is not. the index page is there as you can see by going to http:
//hackers.xen.example.net/~jay/ but when the url is rewrote it says otherwise.
A copy of the .htaccess file can be viewed at:
http:
//hackers.xen.example.net/~jay/htaccess
any help contribution would be greatly appreciated.
[edited by: jdMorgan at 7:28 pm (utc) on Jun 5, 2010]
[edit reason] Please use example.com, example.net only. [/edit]