Rewrite filename help

Hello I am working on a mod created by someone else (link below) that would rewrite the images in a phpBB forum from
http://cloudydays.guru/download/file.php?id=1
to
http://cloudydays.guru/amaz-cdn-image/1/1/myimage.jpg

<IfModule mod_rewrite.c>
RewriteRule ^amaz-cdn-image/([^/]+)/([^/]+)/(.*) /files/file.php?id=$1&mode=view&t=$2&file=$3 [QSA,L,NC]
RewriteRule ^amaz-cdn-avatar/(.*) /htdocs/files/download/file.php?avatar=$1 [QSA,L,NC]
</IfModule>

I have the config placed in the .htaccess file, restarted all services, checked for syntax problems with apachectl -t. Unable to get this to work. Any help would be appreciated.

Mod link - cocking.com/2013/11/01/phpbb-amazon-cloudfront-cdn-modification/

Welcome to the forums, @larnel. I’ve moved your thread to the server_config category where you might get more response to your question.

Ahh thank you i appreciate that.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.