0

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?

Tmm
  • 3
  • 1
  • 2

1 Answers1

0

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

ShaneDaugherty
  • 427
  • 4
  • 7