.htaccess - Access normal php file in cake php -
if use normal php file display error of controller missing , normal php file in order/api.php
in base directory please me how can access path without error
my htaccess code is
<ifmodule mod_rewrite.c> rewriteengine on rewriterule ^$ app/webroot/ [l] rewriterule (.*) app/webroot/$1 [l] rewritecond %{networkboost.net} !^/app/order/ </ifmodule> thanks
normally if need use normal file in cakephp
we need store file webroot folder of cakephp.
and way access
siteurl/filename.php hope you
Comments
Post a Comment