what do you mean by "improper files" ?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.A) If you navigate toCode:
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';
yoursite.com/gizmo/
you should see your forum as if you navigated toyoursite.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!
Statistics: Posted by manarak — Sun Feb 18, 2024 7:39 am