{* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 9548 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {extends file="helper/options/options.tpl"} {block name="defaultOptions"}
{l s='Htaccess file generation'}

{l s='Warning:'} {l s='this tool can ONLY be used if you are hosted by an Apache web server. Please ask your webhost.'}

{l s='This tool will automatically generate a ".htaccess" file that will give you the ability to do URL rewriting and to catch 404 errors.'}

{if $checkConfiguration_ht}
 

{l s='This will add directives to your .htaccess file which should improve caching and compression.'}

 

{l s='Enable only if your server allows URL rewriting.'}

 

{l s='Enable this option only if you have problems with some pages URL rewriting.'}

{l s='Generate your ".htaccess" file by clicking on the following button:'}

{l s='This will erase your'} {l s='old'} {l s='.htaccess file!'}

{else}

{l s='Before being able to use this tool, you need to:'}

{l s='- create a'} {l s='.htaccess'} {l s='blank file in directory'} {$smarty.const.__PS_BASE_URI__}
{l s='- give it write permissions (CHMOD 666 on Unix system)'}

{/if}



{l s='Robots file generation'}

{l s='Warning:'} {l s='Your file robots.txt MUST be in your website\'s root directory and nowhere else.'}

{l s='eg: http://www.yoursite.com/robots.txt'}

{l s='This tool will automatically generate a "robots.txt" file that you can configure to deny access to search engines for some pages.'}

{if $checkConfiguration_rb}

{l s='Generate your "robots.txt" file by clicking on the following button:'}

{l s='This will erase your'} {l s='old'} {l s='robots.txt file!'}

{else}

{l s='Before being able to use this tool, you need to:'}

{l s='- create a'} {l s='robots.txt'} {l s='blank file in dir:'} {$smarty.const.__PS_BASE_URI__}
{l s='- give it write permissions (CHMOD 666 on Unix system)'}

{/if}


{/block}