any help will be nice thx

it try this time: 3.1.0 RC1paulus wrote:What errors are you getting? If you are running the beta, you should be able to follow the same steps as for 3.0
Code: Select all
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.9 (Unix) OpenSSL/**** PHP/5.5.11 mod_perl/2.0.8-dev Perl/v5.16.3
Code: Select all
root@kali:~# chmod 777 /opt/lampp/htdocs/phpBB3/config.php
root@kali:~# chmod 777 /opt/lampp/htdocs/phpBB3
root@kali:~# chmod 777 /opt/lampp/htdocs/phpBB3/install
root@kali:~# chmod 777 /opt/lampp/htdocs/phpBB3/install/index.php
chmod 777 /opt/lampp/htdocs/phpBB3 -R
Thx, this is the right way.nachtelb wrote:for local testing you could chmod the whole phpBB3-folder with subfolders by using -R
chmod 777 /opt/lampp/htdocs/phpBB3 -R