Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

janeyred

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Everything posted by janeyred

  1. Just thought I'd say thanks for this superb contribution .... I'm working on a heavily modded template site which is a mish mash of BS/Responsive 2.3.4 so getting the styling to match was tricky but the mod works perfectly!!
  2. Huge thanks to gadlol,, it appears I had not installed some elements correctly. Whilst the site I am working on still has issues, these would appear to be outside the scope of this addon which appears to be working exactly as it should, I can see many "happy" hours with a debugger resolving the remainder of the issues, however this contribution is not of the making. Thanks again to gadlol for an excellent contribution and his superb support!
  3. Yes ... here is the top of the index.php file taken from the server ... <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2010 osCommerce Released under the GNU General Public License */ require_once('includes/application_top.php'); if(isset($seo_friendly_urls) && $seo_friendly_urls->enabled && $seo_friendly_urls->page_type!='category'){ if($seo_friendly_urls->include_page!=''){ $PHP_SELF=$seo_friendly_urls->include_page; include $seo_friendly_urls->include_page; exit; }
  4. Hi I've checked the install and it appears correct. Here is the htaccess file content: # $Id$ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers #<IfModule mod_setenvif.c> # <IfDefine SSL> # SetEnvIf User-Agent ".*MSIE.*" \ # nokeepalive ssl-unclean-shutdown \ # downgrade-1.0 force-response-1.0 # </IfDefine> #</IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 # php_value register_globals 1 <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php [L] </IfModule> I have tried it with AccessPathInfo commented out as well,this made no difference. I can access the Admin side fully - no issues there at all but I cannot access the shop site via index.php - I get blank page at index.php. Using historical links I can reach some pages such as catalog/login.php although the actual logging in forms are not showing and so on. www.simply-hairandbeautycare.com/catalog Thanks in advance :-)
  5. Hi Installed this as per your instructions on oscommerce 2.3.4 version which is being hosted on Linux server running php 5.6 and Apache. Admin side works fine but am getting a blank home page .. help!!
×
×
  • Create New...