Changes between Version 4 and Version 5 of NewPageCreation
- Timestamp:
- Jun 24, 2008, 10:46:19 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewPageCreation
v4 v5 24 24 RewriteRule ^NewPage$ viewPage.php?ID=NewPage [QSA,L] 25 25 }}} 26 27 '''Note''': If the name of your page contains spaces, you need to specify the previous instructions the following way: 28 {{{ 29 RewriteRule ^New\sPage$ viewPage.php?ID=New+Page [QSA,L] 30 }}} 26 31 27 * After that your new page will become available at the URL: http://yoursite_url/NewPage32 * After that your new page will become available at the URL: '''!http://yoursite_url/NewPage''' or '''!http://yoursite_url/New Page''' (with a space) 28 33 29 34 '''N.B.''' You have to replace the '''!NewPage''' with your desired page name.