Differences
This shows you the differences between the selected revision and the current version of the page.
punbb13:faq 2008/11/18 04:52 | punbb13:faq 2020/02/06 11:04 current | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== PunBB 1.3 Frequently Asked Questions ====== | + | Moved to |
- | FIXME: Move info from [[:1.3_usage]] here. | + | * [[punbb13:Installation]] |
- | ===== Installation ===== | + | * [[punbb13:Integration]] |
- | ... | + | |
- | ==== Links ==== | + | |
- | * [[http://punbb.informer.com/forums/post/119289/#p119289|Steps to getting PunBB 1.3 to work on SourceForge.net]] | + | |
- | ===== Extension installation ===== | + | |
- | ===== Differences from PunBB 1.2 ===== | + | |
- | ===== Migration from PunBB 1.2 ===== | + | |
- | |||
- | ===== Administartion ===== | ||
- | ==== Forum groups ==== | ||
- | You can create new or edit existing groups at the page <FORUM>/admin/groups.php. | ||
- | |||
- | **Group creation** | ||
- | * Choose base-group for your group. | ||
- | * Press "Add new group" button. | ||
- | * Choose permissions for new group. | ||
- | * Press "Save" button. | ||
- | |||
- | ==== URL schemes ==== | ||
- | PunBB 1.3 natively supports URL rewriting, including SEF URLs. | ||
- | |||
- | === How to enable URL reqriting === | ||
- | - Rename file ''.htaccess.dist'' in the root of your forum to ''.htaccess''. | ||
- | - Go to Anministration => Settings (''/admin/settings.php?section=setup''), find ''URL 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 SEF rules. | ||
- | - The actually requested file is being loaded. |