Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1838

[3.3.x] Support Forum • Re: how to make possible access to directory?

$
0
0
Hey manarak, try this to see if it will work for what you have setup. This is a test...

1) Go into your webroot/ directory and copy the index.php file.
2) Now go into your webroot/gizmo/ directory and paste that index.php file in there.
3) Then edit that webroot/gizmo/index.php file and change this line and save it. Change to './../' at the end of that line.

Code:

$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';
A) If you navigate to yoursite.com/gizmo/ you should see your forum as if you navigated to yoursite.com/
B) If that test does work then you may be looking at improper files in your webroot/gizmo/ directory.
C) If that test does not work then then your gizmo/ directory has to be in the wrong place or permissions are off.

Note any errors you might see when testing this and these experienced phpbb guys may be able to help you better.
I did this test at my test site and it went well. I hope you can get yours working. Good luck!
what do you mean by "improper files" ?

Statistics: Posted by manarak — Sun Feb 18, 2024 7:39 am



Viewing all articles
Browse latest Browse all 1838

Trending Articles