Jump to content

Home page down


Recommended Posts

I had someone work on my site to improve SEO, canada.fpdoorsdirect.com and now the home page is not working. Something has been changed in the core files. Where would one start to look to fix this issue? I have a site that should be the same, usa.fpdoorsdirect.com that I though I could either copy the file over or change what is different in the corrupt file though I dont know which file to work on.

 

It seems the home file is the only effected file.

 

Thank you for your help.

Link to comment
Share on other sites

Thank you, that did work! It was set to yes before with no issue. Also, in my USA side of the site it is set to yes with no issue as well. My SEO guy tried to change the page title and meta description and it caused this issue.

 

Is there a way to fix the issue of not being able to change this information under the index.php file??

 

Thank you,

Marko

Link to comment
Share on other sites

Thank you, that did work! It was set to yes before with no issue. Also, in my USA side of the site it is set to yes with no issue as well. My SEO guy tried to change the page title and meta description and it caused this issue.

 

Is there a way to fix the issue of not being able to change this information under the index.php file??

 

Thank you,

Marko

 

I am sorry, but can you describe what do you want more clearly?

Link to comment
Share on other sites

It seemed deleting the index.php than switching friendly url off than on again did the trick. My system creates an error when I tried to change the information in the index.php file under Urls & SEO so I deleted it thinking I could recreate it though it will not let me do that. Is there write permissions or something I need to do to be able to use these?

Link to comment
Share on other sites

that's right, index.php is the most important file.

here are the contents from latest 1.5.4.1 version

 

<?php
/*
* 2007-2013 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 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/osl-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 [email protected] 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 <[email protected]>
*  @copyright  2007-2013 PrestaShop SA
*  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
require(dirname(__FILE__).'/config/config.inc.php');
Dispatcher::getInstance()->dispatch();

 

 

just create it manually

Link to comment
Share on other sites

thank you for your help. What I did was erase the meta tag index.php and created a new one in the SEO & URL area. IN my other installation of Prestashop the rewritten url is empty but it wont let me keep it empty. Does this matter?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...