I'm using CakePhp but I still need to use .htaccess to make special rules for my site's RewriteRule. Ex: if request is with certain filetype (png), then rewrite to certain URL.
Could you help me how to achieve this?
I'm using CakePhp but I still need to use .htaccess to make special rules for my site's RewriteRule. Ex: if request is with certain filetype (png), then rewrite to certain URL.
Could you help me how to achieve this?
Using Cake PHP shouldn't stop you from adding redirect rules
to your .htaccess
file.
Check out this similar question for some inspiration. .htaccess for cakephp