6
First create a file changeperm.php with the following code :
("mainfile.php", 0444) ?>
This file, changeperm.php, should be located in the same directory that contains mainfile.php. In my case it would be sumthing like this -> /home/my_user_name/public_html/HERE. And I can access my XOOPS site via
http://www.mywebite.com.
Second step is to run\execute this file, and you do so by going to the website
http://www.mywebsite.com/changeperm.php. You only have to do it once.
Another example of file location would be: /home/my_user_name/public_html/myxooops_site/HERE. In this case I can access my XOOPS site via
http://www.mywebsite.com/myxoops_site and so on. However in this case I would goto
http://www.mywebsite.com/myxoops_site/changeperm.php to excute.
I hope this will help.