Hey everyone,
I currently have this RewriteRule implemented:
RewriteRule ^advertise/(.*)$ wp-content/plugins/oiopub-direct/$1 [L]
It works ok, however I do NOT want it to rewrite mysite.com/advertise/ (right now it's causing a blank page to show up at that URL)
All directories branching off /advertise/ I do want to be rewritten, which is working as I want.
I'm sure this is pretty simple to do...thanks soooo much in advance for any help. :)
Best,
Adam