Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

store_man

Archived
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Real Name
    Max

store_man's Achievements

  1. Here is my .htaccess file again, LOL!!! # # 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) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> #-MS- SEO-G Added Options +FollowSymLinks RewriteEngine On # Next line must be changed to match your osCommerce folder - the relative path RewriteBase / RewriteRule ^(.*).html$ root.php?$1.html&%{QUERY_STRING} #-MS- SEO-G Added EOM
  2. Hi. I checked the process secure pages setting and it was set to false. I also tried your last suggestion, and I got the 404 error. LOL!!!!!!!!!!!! I feel, retarded, and stubborn!!!
  3. Thanks for the suggestion. I don't have secure pages since I process payments at Paypal, so I'm not sure if it is or isn't or how I would check. LOL.
  4. Yeah, I found your suggestion in an eariler post, and it still directed me to the cookie monster page!! LOL. Ever see that movie Groundhog Day with Bill Murray? LOL. That's what I feel like.
  5. I tried your suggestion and I got the same cookie redirect page again. <sigh> This is driving me nuts! lol What's a store_man to do!!!
  6. Thanks for responding. I don't see duplicate entries in my .htaccess, and I didn't add it to the catalog/admin/.htaccess. I'm stumped! I have included both here, just in case I am really blind or something, lol ;) Root .htaccess: # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # 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) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> #-MS- SEO-G Added Options +FollowSymLinks RewriteEngine On # Next line must be changed to match your osCommerce folder - the relative path RewriteBase / RewriteRule ^(.*).html$ root.php?$1.html&%{QUERY_STRING} #-MS- SEO-G Added EOM admin .htaccess: # $Id: .htaccess,v 1.1 2003/06/20 00:18:30 hpdl Exp $ # # 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) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> AuthType Basic AuthName "******" AuthUserFile "/home/****/****/****" require valid-user Thanks again for any help!!
  7. Thanks for taking on the question!!!! In order to get into admin I have to temporarily delete the addition the install guide says, which is: #-MS- SEO-G Added Options +FollowSymLinks RewriteEngine On # Next line must be changed to match your osCommerce folder - the relative path RewriteBase / RewriteRule ^(.*).html$ root.php?$1.html&%{QUERY_STRING} #-MS- SEO-G Added EOM Once I am in, I re-add that part, and as long as the SAME browser window is open, I don't have to do it again. It seems the problem occurs every browser session. My Configuration > Sessions settings are as follows: Session Directory Force Cookie Use False Check SSL Session ID False Check User Agent False Check IP Address False Prevent Spider Sessions True Recreate Session False Thanks again, I would appreciate any help! :)
  8. Andrea, Thanks for the suggestion, I'll take a look at that and see if I can fix it. I always get nervous when messing with the database, I'm afraid I'll mess it up so much, I won't be able to fix it. I'm new to working with databases, so I'm afraid I will really junk it up. ;) But when I get brave one day, i'll do what you suggested ;)
  9. Hi all. I'm getting the cookie page when I try to access my admin. I have to go into .access to delete the changes in the mod, and then once I am in, I fix it. It seems it has this problem every browser session? Any suggestions on how to fix, it's getting a little annoying, but I still think its a great mod. Thanks all, any help would be great. I have the recent version installed.
  10. I found my error. I installed the first version of seo g. I reinstalled the latest version and it works great. I have only one question: in the configuration page I have double entries for master switch, extension, error header, redirect, parts separator, words separator, inner separator, and listing split. Although I think the settings are working (they are for master switch) I'm not sure if I should be concerned. Any thoughts. I ran the database script twice, once for the v1.0 and a second time for the latest version. Is this why there is a problem? I'm of the opinion if it ain't broken, don't fix it. However, I just hope there isn't a conflict later. Anyways, great contribution.
  11. I need help please!! I just installed seo-g but I can't access my admin area, I get redirected to the cockie usage page. But I have cookies enabled. What gives? Please help!!
  12. First up: Great Mod, congradats to the author! I have a few questions though: 1) At the begining of every browser session, the first product, category link, etc. that I click on displays the original url, but any link after that shows the proper seo url. Why is this? I have no additional mods that would affect this, and I have the default settings set-up except that I enabled seo-g urls. 2) I noticed this mod displays the url in title, is there a way to change this? Can this be used in conjuction with any other meta tag geneartor mods? 3) Is there any mod I can safely used to create a sitemap page that I can add to my website that will work seo-g mod? Thanks again, and great work!!
×
×
  • Create New...