|
From: Jon O. <jon...@us...> - 2008-06-03 21:02:23
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27195/mx_mod_rewrite Modified Files: Tag: core28x 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.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** mod_rewrite_how_to_doc.txt 15 Oct 2005 22:12:17 -0000 1.1 --- mod_rewrite_how_to_doc.txt 3 Jun 2008 21:01:44 -0000 1.1.4.1 *************** *** 1,3 **** ! mod_rewrite for mxBB ----------------------------------------------------------------------------------------------------- --- 1,3 ---- ! mod_rewrite for MX-Publisher ----------------------------------------------------------------------------------------------------- *************** *** 10,25 **** ------------ ! You need Apache server with module mod_rewrite enabled. http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html ! Setup instructions for mxBB --------------------------- 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. --- 10,25 ---- ------------ ! You need Apache server with module mod_rewrite enabled. http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html ! Setup instructions for MX-Publisher --------------------------- 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,40 **** 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 (mxBB 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 mxBB, visit www.samskolan.se Resources --------- ! 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/ --- 28,40 ---- 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 Resources --------- ! 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/ |