mod_rewrite/.htaccess question
-
Hello,
I have custom mod_rewrite rules setup to modify the URLs used to access my WordPress pages, e.g.:
RewriteRule ^about.php$ /wordpress/?page_id=6
RewriteRule ^bios.php$ /wordpress/?page_id=8I’m struggling with additionally adding an appropriate rule to permit pretty WordPress post URLs in the format of:
https://mydomain.com/wordpress/2008/03/20/sample-post/
and doing so in a way where these don’t conflict with one another.
Any ideas here?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘mod_rewrite/.htaccess question’ is closed to new replies.