== Creating 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 * You will see a page with the address like '''http://yoursite_url/viewPage.php?ID=NewPage''' * 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] }}} * After that your new page will become available at the URL: http://yoursite_url/NewPage '''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