buildbuyer wrote:friendly bump, is there a link to a beginner's tutorial anywhere? Trying to get the pdf icon to convert to phocapdf, is that supposed to happen automatically when the plugin is enabled? or is there a redirect required?
Yes, PhacoPDF component and plug in when installed will change the pdf icon url link "format=pdf" to "format=phocapdf" automatically. Not sure why you are concentrating on rewrite, are you specifically trying to use Joomla Core SEF? ( I don't think you are because you haven't mentioned it) If this is not happening then something is amiss. The plugin should automatically search for format=pdf and replace with format=phocapdf
However here is a way of hard coding format=pdf to format=phocapdf -involves edit to joomla core file, nothing to do with .htaccess rewrite.
Edit file: //components/com_content/helpers/icon.php
line 49 $url .= '&id='.$article->slug.'&format=pdf';
change pdf to phocapdf
hope this helps