Changes between Initial Version and Version 1 of NewPageCreation


Ignore:
Timestamp:
Apr 21, 2008, 11:52:43 AM (17 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewPageCreation

    v1 v1  
     1== Creation a search engine friendly new Dolphin page == 
     2 
     3    * Navigate to '''Admin Panel -> Builders -> Homepage Builder''' 
     4         
     5    * Click the '''New Page''' link in the upper right corner 
     6         
     7    * Enter a new name -> Press '''Ok''' 
     8         
     9    * After page reload you can start to build your new page 
     10         
     11    * After you have completed, click the '''View page''' link above the '''Active Area''' block 
     12         
     13    * You will see a page with the address like '''http://yoursite_url/viewPage.php?ID=NewPage''' 
     14         
     15    * Open the '''.htaccess''' file in your Dolphin's home directory, find the following line: 
     16{{{ 
     17RewriteCond %{REQUEST_FILENAME} -f [OR] 
     18}}} 
     19         
     20    and insert the following line before it: 
     21{{{ 
     22RewriteRule ^NewPage$  viewPage?ID=NewPage [QSA,L] 
     23}}} 
     24         
     25    * After that your new page will become available at the URL: http://yoursite_url/NewPage 
     26         
     27    '''N.B.''' You have to replace the '''!NewPage''' with your desired page name. 
     28         
     29    * Now you will be able to add this link to the navigation menu using the Navigation Menu Builder 
 
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