PROJECT SETTINGS
Advanced
This tab contains settings related to the HTML code generated by EZGenerator, including some advanced settings. EXPERTS ONLY!.
Page Structure
- META (button) - EZGenerator adds default META tags on each page. Here you can edit/add these META tags. This extra code will be applied to all pages.
- DOC_TOP (button) - Insert code on the very top of the document (before any other tags on page). This code will be applied to all pages. If you want to apply code to a specific page,
use Insert HTML and include the code between <!--doc_top--><!--/doc_top-->. A typical use of this function is PHP code which has to be processed before page is loaded.
- <HEAD>.. (button) - Add html code between <head> and </head> tag. This extra code will be applied to all pages.
- ..</BODY> (button) - Add html code right before the end BODY tag (at the end of the page). This extra code will be applied to all pages. Typical use for this function is Google Analytics code.
- <BODY>... (button) - Add html code inside the BODY. This extra code will be applied to all pages.
URL Masking
Affects your site when the intro page in the Explorer Panel is disabled.
- URL masking (check box) - URL masking hides the url that is shown in the browser address bar. When visitor browses your site, he will see only the domain name.
Example: if a visitor goes to page http://www.mysite.com/documents/mypage.html, he will see http://www.mysite.com/ in the browser address bar.
- Page Name (edit box) - Set the name for the masking page. Default is index.html. If your server doesn't support index.html as index page you can rename it to index.htm, index.php, etc.
Include Dummy page
EZGenerator will include a dummy index.html page in each directory to prevent users from browsing your site folders/directories. It is recommended for better security in case your server allows browsing of directories.
Online Html Editor
- Online HTML Editor (drop-down menu) - Sets the online editor to be used in the PHP pages as Calendar, Blog, Podcast, Shop, etc. You can choose between Innova and Tiny-Mce.