Plugin Contributor
lechab
(@lechab)
Hi,
When I visit your website I can see my IP address.
cHab
It does not show Visits today, total pages views, total site visitors. That is my problem.
The same problem here:
http://www.dommeltrippers.be
Bezoekers
Online: 1
Vandaag: _
Sinds 6 november 2015 : _
Plugin Author
ice00
(@ice00)
hi,
please check the permission onto newstapress directories (should be the standard from WordPress) or if you have special apache rules that avoid to follow some path.
If I go to see the variable from API it gives no page found:
http://cursorsolutions.in/wp-content/plugins/newstatpress/includes/api/variables.php?VAR=visits&LIMIT=0&FLAG=&URL=
and then means that yuor server is not provinding a given page (it 90% of cass it is for apache “wrong” or too restrictive rules, and in the other case for not reading permission on that file/path)
Hi,
I have checked the path is correct and also the permissions are correct. I just created a test2.txt file in the same path and it is opening. Please check. This seems to be some other issue.
http://cursorsolutions.in/wp-content/plugins/newstatpress/includes/api/test2.txt
Regards,
Santosh M.
Plugin Author
ice00
(@ice00)
hi,
if permission is ok, then for me it is your Apache rules that block that page.
Try to create a file inside
http://cursorsolutions.in/wp-content/plugins/newstatpress/includes/api/test.php that has this contents:
<?php echo "TEST"; ?>
if you then click at
http://cursorsolutions.in/wp-content/plugins/newstatpress/includes/api/test.php
you should see a empty page with only TEST printed in it.
if you did not see it, then a rule in Apache is blocking it.
thanks
Yes you are correct, it is not allowing. I don’t know how to check for apache rules. All was working fine and suddenly it stopped. Can you please help me to find where do I check the rules and make it working.
Regards,
Santosh M.
Hey thanks a lot, issue resolved. Googled and found that it can be done in .htaccess.
Thanks a lot ice00
Regards,
Santosh M.