Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NIMMIT:SEF v0.4 Questions


nathan_

Recommended Posts

I installed the NIMMIT:SEF v0.4 but Im missing something or did something wrong..

 

 

I did what the instructions stated (so I think)

Install instructions

 

 

1) Turn SEF off

2) Turn GZip off (sorry - you cant use the oscommerce of/on switch, we make an addition to php.ini to allow gzip!)

2) in catalog/includes/application_top.php

Find:

define('PAGE_PARSE_START_TIME', microtime());

Add AFTER:

#-----> NIMMIT:SEF:B

require('url_rewrite.php');

#-----> NIMMIT:SEF:E

3)

Find:

ini_set('zlib.output_compression_level', GZIP_LEVEL);

}

}

Add AFTER:

 

#-----> NIMMIT:SEF:B

require(DIR_WS_INCLUDES . 'nimmit_sef.php');

#-----> NIMMIT:SEF:E

 

4) Do one of the following -

copy the .htacess file to its relevent location or copy everything inside the

 

#-----> NIMMIT:SEF:B

and...

#-----> NIMMIT:SEF:E

 

5) If you don't already have a php.ini file in your store directory (default is /catalog), create one, and add:

output_buffering = On

output_handler = ob_gzhandler

zlib.output_compression = Off

The php.ini step is optional! SEF URLs will still work without it, but using this can greatly reduce your bandwidth consuption.

 

6) extract the rest of the files to thier relevent locations

 

Done !

 

My website now has all the links looking in the right direction, but there is no file there..

 

example "http://www.derbydresser.com/category/Sexy+Stockings.html" but there is no category folder and its now requestion index.html & all my files are .PHP

 

Im thinking its my .htaccess where I messed up ..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...