Visit BoonEx Page at Facebook

Facebook

Join BoonEx group at LinkedIn

LinkedIn

Follow BoonEx on Twitter

Twitter

Subscribe to BoonEx Blog RSS feed

RSS

Changes between Version 4 and Version 5 of NewPageCreation

Show
Ignore:
Author:
IgorL (IP: 213.145.154.57)
Timestamp:
06/24/08 05:46:19 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewPageCreation

    v4 v5  
    2424RewriteRule ^NewPage$  viewPage.php?ID=NewPage [QSA,L] 
    2525}}} 
     26 
     27    '''Note''': If the name of your page contains spaces, you need to specify the previous instructions the following way: 
     28{{{ 
     29RewriteRule ^New\sPage$  viewPage.php?ID=New+Page [QSA,L] 
     30}}} 
    2631         
    27     * After that your new page will become available at the URL: http://yoursite_url/NewPage 
     32    * After that your new page will become available at the URL: '''!http://yoursite_url/NewPage''' or '''!http://yoursite_url/New Page''' (with a space) 
    2833         
    2934    '''N.B.''' You have to replace the '''!NewPage''' with your desired page name.