This is an old revision of the document!
Table of Contents
PunBB 1.3 Frequently Asked Questions
: Move info from 1.3_usage here.
Installation
…
Links
Extension installation
Differences from PunBB 1.2
Migration from PunBB 1.2
URL schemes
PunBB 1.3 natively supports URL rewriting, including SEF URLs.
How to enable URL rewriting
- Rename file
.htaccess.dist
in the root of your forum to.htaccess
. - Go to Administration ⇒ Settings (
/admin/settings.php?section=setup
), findURL Scheme
section there. - Choose the URL scheme you like and save changes.
How the URL rewriting works
For Apache web-server only
- On the URL request, web-server redirects it to the
rewrite.php
file (as defined in.htaccess
). - Requested URL is being parsed and converted to the standard one according to the rewriting scheme.
- The actually requested page is being loaded with proper parameters.