Zeus Webserver Wordpress Permalinks Rewrite
Monday, October 27th, 2008I have since been looking at the rewrite for Wordpress and also to use in my own custom built sites for search engine friendly URL’s. Again I found very little on the web, but currently have a working model. The rewrite script passes the URL into a variable ‘q’. So to get it out again I simply passed ‘q’ into an array with the following PHP: (more…)
