Changes between Version 4 and Version 5 of NewPageCreation


Ignore:
Timestamp:
Jun 24, 2008, 10:46:19 AM (16 years ago)
Author:
IgorL
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. 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub