|
From: Jon O. <jon...@us...> - 2008-06-03 20:05:04
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29069/mx_mod_rewrite Modified Files: mod_rewrite_how_to_doc.txt Log Message: Final updates mxBB -> MXP and alike... Index: mod_rewrite_how_to_doc.txt =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_mod_rewrite/mod_rewrite_how_to_doc.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mod_rewrite_how_to_doc.txt 4 Feb 2008 16:51:35 -0000 1.2 --- mod_rewrite_how_to_doc.txt 3 Jun 2008 20:04:53 -0000 1.3 *************** *** 10,14 **** ------------ ! You need Apache server with module mod_rewrite enabled. http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html --- 10,14 ---- ------------ ! You need Apache server with module mod_rewrite enabled. http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html *************** *** 18,25 **** Located in the contrib folder are located the files .htaccess and rewrite_custom_defs.php. These files should be moved as instructed: ! mxBB_root/.htaccess (required) ! mxBB_root/modules/mx_mod_rewrite/rewrite_custom_defs.php (optional) ! The preconfigured "rules" will transform any portal url (http://domain/index.php?page=x) to an SEO alternative (http://domain/pagex). All Navigation Menu urls will apply to these rules. --- 18,25 ---- Located in the contrib folder are located the files .htaccess and rewrite_custom_defs.php. These files should be moved as instructed: ! mxp_root/.htaccess (required) ! mxp_root/modules/mx_mod_rewrite/rewrite_custom_defs.php (optional) ! The preconfigured "rules" will transform any portal url (http://domain/index.php?page=x) to an SEO alternative (http://domain/pagex). All Navigation Menu urls will apply to these rules. *************** *** 28,33 **** You may (optionally) define more rules, to make your site even more SEO and user friendly. Such additional rules are defined in ! rewrite_custom_defs.php (MX-Publisher side of things) and in the .htaccess file (server side of things). ! This distribution comes with a basic set of examples. To see a "live" example of mod_rewrite in action with MX-Publisher, visit www.samskolan.se --- 28,33 ---- You may (optionally) define more rules, to make your site even more SEO and user friendly. Such additional rules are defined in ! rewrite_custom_defs.php (MX-Publisher side of things) and in the .htaccess file (server side of things). ! This distribution comes with a basic set of examples. To see a "live" example of mod_rewrite in action with MX-Publisher, visit www.samskolan.se *************** *** 36,40 **** --------- ! You'll need some knowledge of Apache and its .htaccess usage - and mod_rewrite itself. Further you need some regex skills. http://mpcon.org/apacheguide/ --- 36,40 ---- --------- ! You'll need some knowledge of Apache and its .htaccess usage - and mod_rewrite itself. Further you need some regex skills. http://mpcon.org/apacheguide/ |