Tagged Questions
2
votes
1answer
69 views
How to find data usage of a user on my website?
I have a website (project) where users get logged in, do their work and then they log out.
I need to build a report that displays how much each person has used of data. (bandwith, how much was ...
1
vote
1answer
307 views
.htaccess is not working in vps hosting
what is solution to create a .htaccess file in vps.
I have tried most of the .htaccess file.but it doesnt work in vps.
What is the solution?
here is the code of htaccess file.
RewriteEngine on
...
3
votes
1answer
2k views
Setting file permissions on linux to allow PHP to write to a directory
I have a website built with Codeigniter and hosted on a Linux box.
I am trying to follow "best practices" when it comes to my file permission settings, but I'm not sure if I completely understand the ...