Version 1 (modified by IgorL, 16 years ago) (diff)

--

Creation a search engine friendly new Dolphin page

  • Navigate to Admin Panel -> Builders -> Homepage Builder

  • Click the New Page link in the upper right corner

  • Enter a new name -> Press Ok

  • After page reload you can start to build your new page

  • After you have completed, click the View page link above the Active Area block

  • Open the .htaccess file in your Dolphin's home directory, find the following line:
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    

and insert the following line before it:

RewriteRule ^NewPage$  viewPage?ID=NewPage [QSA,L]

N.B. You have to replace the NewPage with your desired page name.

  • 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