.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

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -