Differences
This shows you the differences between the selected revision and the current version of the page.
punbb13:faq 2008/11/18 05:30 | 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 ===== | + | |
- | ===== 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''), 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 the rewriting scheme. | ||
- | - The actually requested page is being loaded with proper parameters. |