How to visit php file in my custom directory under site root directory
Only Apache is “responsible for caring” that your script is PHP. AFAIK, whether you need to use AddHandler or AddType depends on whether your PHP is installed as a module or as CGI. You can try creating .htaccess in wp-mybiz/ folder containg some of the common solutions/workarounds 1) AddType application/x-httpd-php .php 2a) AddHandler application/x-httpd-php .php … Read more