Wow 33 bugs & features to process to make it running with the most functional features.
That is a lot of work, I do not think I’ll be able to work most of them, so I have decided to aim on getting the sitemap feature in there after I fixed a few FURL bugs like dupe content with canonical urls.
For thoseĀ who have missed my todo list check this link to my minerva tadalist.
I think I may start writing a custom page handler and replace most of the index.php or something similar so that there is no dupe content. The one thing that slows me down atm is the mod_rewrite regex and conditions. I think after a few skimming through some articles on mod_rewrite I got the handle on conditional rewriting but I still need to perfect it and understand what is going on. Most of the rewrite cond I was using before was just trial and errors. Hopefully that now I know a jift of it I may get it to work in less time.
If anyone found a good tutorial or article about mod_rewrite, please post it up here to enlighten me.
Thanks
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
this is the best
thanks, but I’ve read that, it doesn’t give you enough examples.
Ill just stick to the book I got.
I think I’ll have to make a url handler for errored pages, much easier as its in php