Jump to content
The Uniform Server Community

PHPP Fully modded


ghost_of_australia
 Share

Recommended Posts

I am trying to install PHPBB Fully Modded forum system on our network's intranet but I keep running into this issue...

Forbidden

 

You don't have permission to access /forum1994/ on this server.

Apache/2.0.55 (Win32) DAV/2 PHP/5.1.1 Server at localhost Port 80

 

I've checked all the relevant permissons and everything seems fine. I've tried the normal version of PHPBB and a couple other forum software such as Invision, and they all work fine, but I can't seem to figure out why this one keeps giving me no permissons.

 

If you can help me - it'll be greatly appreciated.

Link to comment
Share on other sites

  • 2 weeks later...

I just ran into this today trying to view CakePHP pages.

Ends up the .htaccess file needed a few additions (shown

in bold), which I took from this local wikka page.

Hope this helps, Sincerely, -xs

 

<IfModule mod_rewrite.c>

Options +FollowSymLinks

RewriteEngine on

RewriteBase /currentfolder/

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^(.*/[^\./]*[^/])$ $1/

RewriteRule ^(.*)$ wikka.php?wakka=$1 [QSA,L]

< /IfModule>

 

PS: Searched google for '403 uniform server' to dig up the solution. :D

Edited by expertseries
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...