Category Archives: wordpress

List of .htaccess Examples

From the .htaccess cheatsheet

Custom .htaccess rewrite rules in WordPress

Dan Marvelo
I’m working on a Wordpress plugin to store content as posts in Wordpress, but display the content a unique manner, outside of the post / page frame.

this included wanting a unique URL pattern to access that content. after some digging in Wordpress code, I got some simple URL customization working.

there is some info on the codex page titled WP Rewite API, but seems to be in development, and is short on specific information.