Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Help with Mod Rewrite Rules
http://www.eurolow.com/extensions/Attachments/image.php?CommentID=58&File=9.jpg&Type=Image
Anyone able to help me out with some mod rewrite rules to make that link more user friendly??
0
This discussion has been closed.
Comments
Then add to the rewrite rules something like that:
RewriteRule ^attachment/([^/]+)/([0-9]+)/([^/]+)$ extensions/Attachments/image.php?CommentID=$2&File=$3&Type=$1 [QSA,L]
Can we (easily) extend this fonction to use it in an extension?
$Configuration['REWRITE_...
).But, I think the translation desired here won't work with it - it's too different?