put it like this in your htaccess
RewriteCond %{REQUEST_URI} !/points.php
let us know if that works, if not i have another idea.. :)
This will only allow you to execute the file from inside the oxwall directory.
Alex, please check the page with something simple like phpinfo(); as Dave mentioned you can have some syntax error. Add the file to .htaccess file
Hi, this post will probably be moved to custom coding just fyi.
put it like this in your htaccess
RewriteCond %{REQUEST_URI} !/points.php
let us know if that works, if not i have another idea.. :)
This will only allow you to execute the file from inside the oxwall directory.