Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ULTIMATE Seo Urls 5 - by FWR Media


Recommended Posts

SEO URL's 5

 

Well the installer is protected it will only install once. Looks like you double clicked or something because it looks like it is installed.

 

If it is installed and you try to run the installer it reports what you recieved.

Link to comment
Share on other sites

Well the installer is protected it will only install once. Looks like you double clicked or something because it looks like it is installed.

 

If it is installed and you try to run the installer it reports what you recieved.

 

Okay.

 

So basically if it is rewriting the urls everything is fine, right?

 

Also, I can't recall for sure now, but I just came across this as I was reviewing the instructions,"Close ALL browser windows to lose the session before directly running the installer. then ...

Run the file catalog/installer.php " I am pretty sure I actually opened up a separate browser to do this. But I can't be 100% sure.

 

If I didn't could that be a reason for the error? Or would that have caused a separate issue?

 

Also, would this contribution cause the site to slow down at all? It seems like pages would load almost instantly before and now takes about 8-10 seconds.

Edited by ggrant3
Link to comment
Share on other sites

Okay.

 

So basically if it is rewriting the urls everything is fine, right?

 

Also, I can't recall for sure now, but I just came across this as I was reviewing the instructions,"Close ALL browser windows to lose the session before directly running the installer. then ...

Run the file catalog/installer.php " I am pretty sure I actually opened up a separate browser to do this. But I can't be 100% sure.

 

If I didn't could that be a reason for the error? Or would that have caused a separate issue?

 

Also, would this contribution cause the site to slow down at all? It seems like pages would load almost instantly before and now takes about 8-10 seconds.

 

How many categories / products do you have?

Link to comment
Share on other sites

How many categories / products do you have?

 

Right now about 6 main categories and roughly 2,100 products (still adding)

 

But I just logged onto it (at home) and it seems to be back to normal. Maybe my office pc was doing a virus scan or something earlier and affecting the speed.

Link to comment
Share on other sites

There is nothing wrong with the class files as they work perfectly. Look in your error log as you seem to have error reporting turned off which is why you get a white screen. Somewhere you must have installed incorrectly but there is no detail from which I can advise.

 

I'm sure the classes are correct but, no errors in error.log, and double-checked all the code (with debuggin on) and no php errors anywhere (error_reporting ON).

I repeat the problem is only when I upload the new classes, I downloaded them again and again.

Error reporting is on now, and still no errors shown, just white page. I'm going mad.

I even compared all the files... maybe there are something with private/public proteced function?

 

this is in aDataMap.php (good for me) old version

abstract public function acquire($dependency);

abstract protected function getProperties();

abstract public function buildLink($page, $valuepair, &$url, &$added_qs, $parameters);

 

this is in aDataMap.php (bad for me) new version

abstract protected function acquire( $base_path, $full_path );

abstract protected function getProperties();

abstract public function buildLink($page, $valuepair, &$url, &$added_qs, $parameters);

 

Any other ideas?

 

 

it stops just before here in application top:

require(DIR_WS_LANGUAGES . $language . '.php');

 

 

 

Thanks

PW

Link to comment
Share on other sites

Any other ideas?

 

 

it stops just before here in application top:

require(DIR_WS_LANGUAGES . $language . '.php');

 

 

 

Thanks

PW

 

All I can tell you is that it works on all versions of PHP from PHP 5.2 to 5.3.3.

 

Also interesting is that you say application_top stops BEFORE

 

require(DIR_WS_LANGUAGES . $language . '.php');

 

The USU5 code is AFTER that.

 

When testing turn off gzip compression in admin and in application_top set error_reporting to show all errors accept strict .. like ..

 

error_reporting( E_ALL );

Edited by FWR Media
Link to comment
Share on other sites

Hi - I am running CRE Loaded v6.2 B2B. I had Chemo's Ultimate SEO URLS 2.2 running on it fine - but I wanted to upgrade to USU5. I followed the upgrade and installation instructions carefully and went to view my work...

 

The site loads fine - but there are no SEO URLs to be seen anywhere..?? I just get the default osCommerce/CRE ones...?? Here's an example:

 

http://www.sweetpaperlane.com/index.php?cPath=10

 

Any ideas??

 

Another weird thing is the old 2.2 SEO URLs still work: http://www.sweetpaperlane.com/halloween-c-8_50_166.html

 

But the URL above can also be accessed just as easily here: http://www.sweetpaperlane.com/index.php?cPath=8_50_166

 

I don't really know where to start. Hoping Robert or someone else can ride to the rescue!

 

thanks very much

 

Jason

Link to comment
Share on other sites

Hi - I am running CRE Loaded v6.2 B2B. I had Chemo's Ultimate SEO URLS 2.2 running on it fine - but I wanted to upgrade to USU5. I followed the upgrade and installation instructions carefully and went to view my work...

 

The site loads fine - but there are no SEO URLs to be seen anywhere..?? I just get the default osCommerce/CRE ones...?? Here's an example:

 

http://www.sweetpape...ex.php?cPath=10

 

Any ideas??

 

Another weird thing is the old 2.2 SEO URLs still work: http://www.sweetpape...c-8_50_166.html

 

But the URL above can also be accessed just as easily here: http://www.sweetpape...?cPath=8_50_166

 

I don't really know where to start. Hoping Robert or someone else can ride to the rescue!

 

thanks very much

 

Jason

 

If you had replaced the tep_href_link() function in includes/functions/html_output.php with the USU5 code then the old seo urls most certainly would not function. Equally if you ran version 2 again it would have re installed itself in the database.

Link to comment
Share on other sites

Hi Robert - thanks for the reply - much appreciated. I have not run version 2 since installing 5. I don't even have the option to do that as 2 has disappeared from Admin. Below is the first 100 lines of my html_output.php file - I most certainly did replace the entire tep_href_link function with the USU5 code. See here:

 

<?php
/*
 $Id: html_output.php,v 1.2 2004/03/05 00:36:42 ccwjr Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

////
// ULTIMATE Seo Urls 5 by FWR Media
// The HTML href link wrapper function
 function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true) {
   global $seo_urls, $languages_id, $request_type, $session_started, $sid;                
   if ( !is_object($seo_urls) ){
     include_once DIR_WS_MODULES . 'ultimate_seo_urls5' . DIRECTORY_SEPARATOR . 'classes' . DIRECTORY_SEPARATOR . 'usu.php';
     $seo_urls = new usu($languages_id, $request_type, $session_started, $sid);
   }
   return $seo_urls->href_link($page, $parameters, $connection, $add_session_id);
 }


function hiddenVal($value)
{
  echo "<input type='hidden' name='osCsid' value='".$value."'>";
}
////
// The HTML image wrapper function

// "On the Fly Thumbnailer" using PHP GD Graphics Library by Nathan Welch (v1.5)
// Scales product images dynamically, resulting in smaller file sizes, and keeps
// proper image ratio.  Used in conjunction with product_thumb.php t/n generator.
function tep_image($src, $alt = '', $width = '', $height = '', $params = '') { 

   // Set default image variable and code
	$image = '<img src="' . $src . '"';

   // Don't calculate if the image is set to a "%" width
	if (strstr($width,'%') == false || strstr($height,'%') == false) { 
       $dont_calculate = 0; 
   } else {
       $dont_calculate = 1; 		
	}	

   // Do we calculate the image size?
	if (CONFIG_CALCULATE_IMAGE_SIZE && !$dont_calculate) { 

       // Get the image's information
			if ($image_size = @getimagesize($src)) { 

			    $ratio = $image_size[1] / $image_size[0];

			    // Set the width and height to the proper ratio
					if (!$width && $height) { 
               $ratio = $height / $image_size[1]; 
               $width = intval($image_size[0] * $ratio); 
           } elseif ($width && !$height) { 
               $ratio = $width / $image_size[0]; 
               $height = intval($image_size[1] * $ratio); 
           } elseif (!$width && !$height) { 
               $width = $image_size[0]; 
               $height = $image_size[1]; 
           } 

           // Scale the image if larger than the set width or height
					if ($image_size[0] > $width || $image_size[1] > $height) { 
               $rx = $image_size[0] / $width; 
               $ry = $image_size[1] / $height; 

               if ($rx < $ry) { 
                   $width = intval($height / $ratio); 
               } else { 
                   $height = intval($width * $ratio); 
               } 

               $image = '<img src="product_thumb.php?img='.$src.'&w='.tep_output_string($width).'&h='.tep_output_string($height).'"';
           }

       } elseif (IMAGE_REQUIRED == 'false') { 
             return ''; 
       } 
   } 

   // Add remaining image parameters if they exist
	if ($width) { 
       $image .= ' width="' . tep_output_string($width) . '"'; 
   } 

   if ($height) { 
       $image .= ' height="' . tep_output_string($height) . '"'; 
   } 		

   if ($params != '') { 
       $image .= ' ' . $params; 
   } 

   $image .= ' border="0" alt=" ' . tep_output_string($alt) . ' "';

	if ($alt)
       $image .= ' title=" ' . tep_output_string($alt) . ' "'; 

   $image .= '>';		

   return $image; 
}

Link to comment
Share on other sites

Hi Robert - thanks for the reply - much appreciated. I have not run version 2 since installing 5. I don't even have the option to do that as 2 has disappeared from Admin. Below is the first 100 lines of my html_output.php file - I most certainly did replace the entire tep_href_link function with the USU5 code. See here:

 

 

Ok Jason

 

One thing for certain .. it won't do nothing :) it would either just work or if incorrectly installed it would deliver errors.

 

You have turned it on in admin?

Link to comment
Share on other sites

I agree - that's why this is so weird... Here are my SEO URL 5 settings in Admin:

 

Reset SEO URLs Cache

Turn debug reporting on true/false. false

Select caching system. FileSystem

Set the number of days to store the cache. 7

Remove all non-alphanumeric characters? false

Enable SEO URLs 5? true

Add cPath to product URLs? false

Add category parent to beginning of URLs? false

Filter Short Words 1

Output W3C valid URLs? true

Choose URL Rewrite Type rewrite

 

I also turned debugging on to see - here is an example of the output:

 

ULTIMATE Seo Urls 5 - Performance
Standard URI produced: 8
SEO URI produced: 194
Query Count: 0
Queries Saved: 0
Cache load time: 0.005 seconds
Cache File Size: 15.55 kb
Standard Urls:
http://www.sweetpaperlane.com/index.php?cPath=159
https://www.sweetpaperlane.com/affiliate_terms.php
https://www.sweetpaperlane.com/login.php
https://www.sweetpaperlane.com/create_account.php
https://www.sweetpaperlane.com/account.php
http://www.sweetpaperlane.com/shopping_cart.php
https://www.sweetpaperlane.com/checkout_shipping.php
http://www.sweetpaperlane.com/advanced_search_result.php
http://www.sweetpaperlane.com/index.php?cPath=3
http://www.sweetpaperlane.com/index.php?cPath=10
http://www.sweetpaperlane.com/index.php?cPath=158
http://www.sweetpaperlane.com/index.php?cPath=159
http://www.sweetpaperlane.com/index.php?cPath=160
http://www.sweetpaperlane.com/index.php?cPath=161
http://www.sweetpaperlane.com/index.php?cPath=163
http://www.sweetpaperlane.com/index.php?cPath=162
http://www.sweetpaperlane.com/index.php?cPath=13
http://www.sweetpaperlane.com/index.php?cPath=314
http://www.sweetpaperlane.com/index.php?cPath=315
http://www.sweetpaperlane.com/index.php?cPath=154
http://www.sweetpaperlane.com/index.php?cPath=65
http://www.sweetpaperlane.com/index.php?cPath=98
http://www.sweetpaperlane.com/index.php?cPath=99
http://www.sweetpaperlane.com/index.php?cPath=130
http://www.sweetpaperlane.com/index.php?cPath=141
http://www.sweetpaperlane.com/index.php?cPath=12
http://www.sweetpaperlane.com/index.php?cPath=11
http://www.sweetpaperlane.com/index.php?cPath=187
http://www.sweetpaperlane.com/index.php?cPath=188
http://www.sweetpaperlane.com/index.php?cPath=298
http://www.sweetpaperlane.com/index.php?cPath=224
http://www.sweetpaperlane.com/index.php?cPath=225
http://www.sweetpaperlane.com/index.php?cPath=299
http://www.sweetpaperlane.com/index.php?cPath=226
http://www.sweetpaperlane.com/index.php?cPath=1
http://www.sweetpaperlane.com/index.php?cPath=175
http://www.sweetpaperlane.com/index.php?cPath=190
http://www.sweetpaperlane.com/index.php?cPath=189
http://www.sweetpaperlane.com/index.php?cPath=176
http://www.sweetpaperlane.com/index.php?cPath=275
http://www.sweetpaperlane.com/index.php?cPath=177
http://www.sweetpaperlane.com/index.php?cPath=302
http://www.sweetpaperlane.com/index.php?cPath=253
http://www.sweetpaperlane.com/index.php?cPath=256
http://www.sweetpaperlane.com/index.php?cPath=254
http://www.sweetpaperlane.com/index.php?cPath=255
http://www.sweetpaperlane.com/index.php?cPath=276
http://www.sweetpaperlane.com/index.php?cPath=273
http://www.sweetpaperlane.com/index.php?cPath=277
http://www.sweetpaperlane.com/index.php?cPath=262
http://www.sweetpaperlane.com/index.php?cPath=268
http://www.sweetpaperlane.com/index.php?cPath=263
http://www.sweetpaperlane.com/index.php?cPath=264
http://www.sweetpaperlane.com/index.php?cPath=280
http://www.sweetpaperlane.com/index.php?cPath=281
http://www.sweetpaperlane.com/index.php?cPath=270
http://www.sweetpaperlane.com/index.php?cPath=267
http://www.sweetpaperlane.com/index.php?cPath=269
http://www.sweetpaperlane.com/index.php?cPath=271
http://www.sweetpaperlane.com/index.php?cPath=272
http://www.sweetpaperlane.com/index.php?cPath=278
http://www.sweetpaperlane.com/index.php?cPath=266
http://www.sweetpaperlane.com/index.php?cPath=274
http://www.sweetpaperlane.com/index.php?cPath=265
http://www.sweetpaperlane.com/index.php?cPath=279
http://www.sweetpaperlane.com/index.php?cPath=295
http://www.sweetpaperlane.com/index.php?cPath=32
http://www.sweetpaperlane.com/index.php?cPath=286
http://www.sweetpaperlane.com/index.php?cPath=261
http://www.sweetpaperlane.com/index.php?cPath=287
http://www.sweetpaperlane.com/index.php?cPath=288
http://www.sweetpaperlane.com/index.php?cPath=282
http://www.sweetpaperlane.com/index.php?cPath=290
http://www.sweetpaperlane.com/index.php?cPath=219
http://www.sweetpaperlane.com/index.php?cPath=289
http://www.sweetpaperlane.com/index.php?cPath=283
http://www.sweetpaperlane.com/index.php?cPath=174
http://www.sweetpaperlane.com/index.php?cPath=284
http://www.sweetpaperlane.com/index.php?cPath=322
http://www.sweetpaperlane.com/index.php?cPath=155
http://www.sweetpaperlane.com/index.php?cPath=156
http://www.sweetpaperlane.com/index.php?cPath=157
http://www.sweetpaperlane.com/index.php?cPath=9
http://www.sweetpaperlane.com/index.php?cPath=133
http://www.sweetpaperlane.com/index.php?cPath=178
http://www.sweetpaperlane.com/index.php?cPath=193
http://www.sweetpaperlane.com/index.php?cPath=4
http://www.sweetpaperlane.com/index.php?cPath=220
http://www.sweetpaperlane.com/index.php?cPath=222
http://www.sweetpaperlane.com/index.php?cPath=221
http://www.sweetpaperlane.com/index.php?cPath=16
http://www.sweetpaperlane.com/index.php?cPath=173
http://www.sweetpaperlane.com/index.php?cPath=307
http://www.sweetpaperlane.com/index.php?cPath=172
http://www.sweetpaperlane.com/index.php?cPath=239
http://www.sweetpaperlane.com/index.php?cPath=240
http://www.sweetpaperlane.com/index.php?cPath=241
http://www.sweetpaperlane.com/index.php?cPath=242
http://www.sweetpaperlane.com/index.php?cPath=17
http://www.sweetpaperlane.com/index.php?cPath=296
http://www.sweetpaperlane.com/index.php?cPath=297
http://www.sweetpaperlane.com/index.php?cPath=164
http://www.sweetpaperlane.com/index.php?cPath=139
http://www.sweetpaperlane.com/index.php?cPath=5
http://www.sweetpaperlane.com/index.php?cPath=36
http://www.sweetpaperlane.com/index.php?cPath=202
http://www.sweetpaperlane.com/index.php?cPath=203
http://www.sweetpaperlane.com/index.php?cPath=35
http://www.sweetpaperlane.com/index.php?cPath=197
http://www.sweetpaperlane.com/index.php?cPath=186
http://www.sweetpaperlane.com/index.php?cPath=312
http://www.sweetpaperlane.com/index.php?cPath=313
http://www.sweetpaperlane.com/index.php?cPath=184
http://www.sweetpaperlane.com/index.php?cPath=185
http://www.sweetpaperlane.com/index.php?cPath=169
http://www.sweetpaperlane.com/index.php?cPath=170
http://www.sweetpaperlane.com/index.php?cPath=38
http://www.sweetpaperlane.com/index.php?cPath=181
http://www.sweetpaperlane.com/index.php?cPath=182
http://www.sweetpaperlane.com/index.php?cPath=183
http://www.sweetpaperlane.com/index.php?cPath=198
http://www.sweetpaperlane.com/index.php?cPath=199
http://www.sweetpaperlane.com/index.php?cPath=200
http://www.sweetpaperlane.com/index.php?cPath=201
http://www.sweetpaperlane.com/index.php?cPath=204
http://www.sweetpaperlane.com/index.php?cPath=205
http://www.sweetpaperlane.com/index.php?cPath=206
http://www.sweetpaperlane.com/index.php?cPath=207
http://www.sweetpaperlane.com/index.php?cPath=208
http://www.sweetpaperlane.com/index.php?cPath=209
http://www.sweetpaperlane.com/index.php?cPath=210
http://www.sweetpaperlane.com/index.php?cPath=228
http://www.sweetpaperlane.com/index.php?cPath=229
http://www.sweetpaperlane.com/index.php?cPath=230
http://www.sweetpaperlane.com/index.php?cPath=6
http://www.sweetpaperlane.com/index.php?cPath=213
http://www.sweetpaperlane.com/index.php?cPath=214
http://www.sweetpaperlane.com/index.php?cPath=215
http://www.sweetpaperlane.com/index.php?cPath=216
http://www.sweetpaperlane.com/index.php?cPath=291
http://www.sweetpaperlane.com/index.php?cPath=292
http://www.sweetpaperlane.com/index.php?cPath=293
http://www.sweetpaperlane.com/index.php?cPath=227
http://www.sweetpaperlane.com/index.php?cPath=211
http://www.sweetpaperlane.com/index.php?cPath=212
http://www.sweetpaperlane.com/index.php?cPath=8
http://www.sweetpaperlane.com/index.php?cPath=51
http://www.sweetpaperlane.com/index.php?cPath=248
http://www.sweetpaperlane.com/index.php?cPath=249
http://www.sweetpaperlane.com/index.php?cPath=50
http://www.sweetpaperlane.com/index.php?cPath=246
http://www.sweetpaperlane.com/index.php?cPath=168
http://www.sweetpaperlane.com/index.php?cPath=166
http://www.sweetpaperlane.com/index.php?cPath=171
http://www.sweetpaperlane.com/index.php?cPath=167
http://www.sweetpaperlane.com/index.php?cPath=303
http://www.sweetpaperlane.com/index.php?cPath=304
http://www.sweetpaperlane.com/index.php?cPath=305
http://www.sweetpaperlane.com/index.php?cPath=306
http://www.sweetpaperlane.com/index.php?cPath=308
http://www.sweetpaperlane.com/index.php?cPath=316
http://www.sweetpaperlane.com/index.php?cPath=238
http://www.sweetpaperlane.com/index.php?cPath=243
http://www.sweetpaperlane.com/index.php?cPath=244
http://www.sweetpaperlane.com/index.php?cPath=245
http://www.sweetpaperlane.com/index.php?cPath=247
http://www.sweetpaperlane.com/index.php?cPath=250
http://www.sweetpaperlane.com/index.php?cPath=318
http://www.sweetpaperlane.com/index.php?cPath=54
http://www.sweetpaperlane.com/index.php?cPath=251
http://www.sweetpaperlane.com/index.php?cPath=252
http://www.sweetpaperlane.com/index.php?cPath=7
http://www.sweetpaperlane.com/index.php?cPath=148
http://www.sweetpaperlane.com/index.php?cPath=196
http://www.sweetpaperlane.com/index.php?cPath=195
http://www.sweetpaperlane.com/index.php?cPath=231
http://www.sweetpaperlane.com/index.php?cPath=234
http://www.sweetpaperlane.com/index.php?cPath=233
http://www.sweetpaperlane.com/index.php?cPath=232
http://www.sweetpaperlane.com/index.php?cPath=235
http://www.sweetpaperlane.com/index.php?cPath=236
http://www.sweetpaperlane.com/index.php?cPath=237
http://www.sweetpaperlane.com/index.php?cPath=258
http://www.sweetpaperlane.com/index.php?cPath=259
http://www.sweetpaperlane.com/index.php?cPath=260
http://www.sweetpaperlane.com/index.php?cPath=309
http://www.sweetpaperlane.com/index.php?cPath=300
http://www.sweetpaperlane.com/index.php?cPath=301
http://www.sweetpaperlane.com/index.php?cPath=310
http://www.sweetpaperlane.com/index.php?cPath=319
http://www.sweetpaperlane.com/index.php?cPath=317
http://www.sweetpaperlane.com/index.php?cPath=43
http://www.sweetpaperlane.com/index.php?cPath=144
http://www.sweetpaperlane.com/index.php?cPath=145
http://www.sweetpaperlane.com/index.php?cPath=146
http://www.sweetpaperlane.com/index.php?cPath=180
http://www.sweetpaperlane.com/index.php?cPath=179
http://www.sweetpaperlane.com/product_info.php?cPath=159&products_id=4521&action=add_product
http://www.sweetpaperlane.com/popup_image.php?proID=4521ℑ=0
http://www.sweetpaperlane.com/link_files/SPL_Typestyles.pdf
http://www.sweetpaperlane.com/product_info.php?action=add_wishlist
Seo Urls:
http://www.sweetpaperlane.com/index.php
Queries:

Link to comment
Share on other sites

I agree - that's why this is so weird... Here are my SEO URL 5 settings in Admin:

 

Reset SEO URLs Cache

Turn debug reporting on true/false. false

Select caching system. FileSystem

Set the number of days to store the cache. 7

Remove all non-alphanumeric characters? false

Enable SEO URLs 5? true

Add cPath to product URLs? false

Add category parent to beginning of URLs? false

Filter Short Words 1

Output W3C valid URLs? true

Choose URL Rewrite Type rewrite

 

I also turned debugging on to see - here is an example of the output:

 

ULTIMATE Seo Urls 5 - Performance
Standard URI produced: 8
SEO URI produced: 194
Query Count: 0
Queries Saved: 0
Cache load time: 0.005 seconds
Cache File Size: 15.55 kb
Standard Urls:
http://www.sweetpaperlane.com/index.php?cPath=159
https://www.sweetpaperlane.com/affiliate_terms.php
https://www.sweetpaperlane.com/login.php
https://www.sweetpaperlane.com/create_account.php
https://www.sweetpaperlane.com/account.php
http://www.sweetpaperlane.com/shopping_cart.php
https://www.sweetpaperlane.com/checkout_shipping.php
http://www.sweetpaperlane.com/advanced_search_result.php
http://www.sweetpaperlane.com/index.php?cPath=3
http://www.sweetpaperlane.com/index.php?cPath=10
http://www.sweetpaperlane.com/index.php?cPath=158
http://www.sweetpaperlane.com/index.php?cPath=159
http://www.sweetpaperlane.com/index.php?cPath=160
http://www.sweetpaperlane.com/index.php?cPath=161
http://www.sweetpaperlane.com/index.php?cPath=163
http://www.sweetpaperlane.com/index.php?cPath=162
http://www.sweetpaperlane.com/index.php?cPath=13
http://www.sweetpaperlane.com/index.php?cPath=314
http://www.sweetpaperlane.com/index.php?cPath=315
http://www.sweetpaperlane.com/index.php?cPath=154
http://www.sweetpaperlane.com/index.php?cPath=65
http://www.sweetpaperlane.com/index.php?cPath=98
http://www.sweetpaperlane.com/index.php?cPath=99
http://www.sweetpaperlane.com/index.php?cPath=130
http://www.sweetpaperlane.com/index.php?cPath=141
http://www.sweetpaperlane.com/index.php?cPath=12
http://www.sweetpaperlane.com/index.php?cPath=11
http://www.sweetpaperlane.com/index.php?cPath=187
http://www.sweetpaperlane.com/index.php?cPath=188
http://www.sweetpaperlane.com/index.php?cPath=298
http://www.sweetpaperlane.com/index.php?cPath=224
http://www.sweetpaperlane.com/index.php?cPath=225
http://www.sweetpaperlane.com/index.php?cPath=299
http://www.sweetpaperlane.com/index.php?cPath=226
http://www.sweetpaperlane.com/index.php?cPath=1
http://www.sweetpaperlane.com/index.php?cPath=175
http://www.sweetpaperlane.com/index.php?cPath=190
http://www.sweetpaperlane.com/index.php?cPath=189
http://www.sweetpaperlane.com/index.php?cPath=176
http://www.sweetpaperlane.com/index.php?cPath=275
http://www.sweetpaperlane.com/index.php?cPath=177
http://www.sweetpaperlane.com/index.php?cPath=302
http://www.sweetpaperlane.com/index.php?cPath=253
http://www.sweetpaperlane.com/index.php?cPath=256
http://www.sweetpaperlane.com/index.php?cPath=254
http://www.sweetpaperlane.com/index.php?cPath=255
http://www.sweetpaperlane.com/index.php?cPath=276
http://www.sweetpaperlane.com/index.php?cPath=273
http://www.sweetpaperlane.com/index.php?cPath=277
http://www.sweetpaperlane.com/index.php?cPath=262
http://www.sweetpaperlane.com/index.php?cPath=268
http://www.sweetpaperlane.com/index.php?cPath=263
http://www.sweetpaperlane.com/index.php?cPath=264
http://www.sweetpaperlane.com/index.php?cPath=280
http://www.sweetpaperlane.com/index.php?cPath=281
http://www.sweetpaperlane.com/index.php?cPath=270
http://www.sweetpaperlane.com/index.php?cPath=267
http://www.sweetpaperlane.com/index.php?cPath=269
http://www.sweetpaperlane.com/index.php?cPath=271
http://www.sweetpaperlane.com/index.php?cPath=272
http://www.sweetpaperlane.com/index.php?cPath=278
http://www.sweetpaperlane.com/index.php?cPath=266
http://www.sweetpaperlane.com/index.php?cPath=274
http://www.sweetpaperlane.com/index.php?cPath=265
http://www.sweetpaperlane.com/index.php?cPath=279
http://www.sweetpaperlane.com/index.php?cPath=295
http://www.sweetpaperlane.com/index.php?cPath=32
http://www.sweetpaperlane.com/index.php?cPath=286
http://www.sweetpaperlane.com/index.php?cPath=261
http://www.sweetpaperlane.com/index.php?cPath=287
http://www.sweetpaperlane.com/index.php?cPath=288
http://www.sweetpaperlane.com/index.php?cPath=282
http://www.sweetpaperlane.com/index.php?cPath=290
http://www.sweetpaperlane.com/index.php?cPath=219
http://www.sweetpaperlane.com/index.php?cPath=289
http://www.sweetpaperlane.com/index.php?cPath=283
http://www.sweetpaperlane.com/index.php?cPath=174
http://www.sweetpaperlane.com/index.php?cPath=284
http://www.sweetpaperlane.com/index.php?cPath=322
http://www.sweetpaperlane.com/index.php?cPath=155
http://www.sweetpaperlane.com/index.php?cPath=156
http://www.sweetpaperlane.com/index.php?cPath=157
http://www.sweetpaperlane.com/index.php?cPath=9
http://www.sweetpaperlane.com/index.php?cPath=133
http://www.sweetpaperlane.com/index.php?cPath=178
http://www.sweetpaperlane.com/index.php?cPath=193
http://www.sweetpaperlane.com/index.php?cPath=4
http://www.sweetpaperlane.com/index.php?cPath=220
http://www.sweetpaperlane.com/index.php?cPath=222
http://www.sweetpaperlane.com/index.php?cPath=221
http://www.sweetpaperlane.com/index.php?cPath=16
http://www.sweetpaperlane.com/index.php?cPath=173
http://www.sweetpaperlane.com/index.php?cPath=307
http://www.sweetpaperlane.com/index.php?cPath=172
http://www.sweetpaperlane.com/index.php?cPath=239
http://www.sweetpaperlane.com/index.php?cPath=240
http://www.sweetpaperlane.com/index.php?cPath=241
http://www.sweetpaperlane.com/index.php?cPath=242
http://www.sweetpaperlane.com/index.php?cPath=17
http://www.sweetpaperlane.com/index.php?cPath=296
http://www.sweetpaperlane.com/index.php?cPath=297
http://www.sweetpaperlane.com/index.php?cPath=164
http://www.sweetpaperlane.com/index.php?cPath=139
http://www.sweetpaperlane.com/index.php?cPath=5
http://www.sweetpaperlane.com/index.php?cPath=36
http://www.sweetpaperlane.com/index.php?cPath=202
http://www.sweetpaperlane.com/index.php?cPath=203
http://www.sweetpaperlane.com/index.php?cPath=35
http://www.sweetpaperlane.com/index.php?cPath=197
http://www.sweetpaperlane.com/index.php?cPath=186
http://www.sweetpaperlane.com/index.php?cPath=312
http://www.sweetpaperlane.com/index.php?cPath=313
http://www.sweetpaperlane.com/index.php?cPath=184
http://www.sweetpaperlane.com/index.php?cPath=185
http://www.sweetpaperlane.com/index.php?cPath=169
http://www.sweetpaperlane.com/index.php?cPath=170
http://www.sweetpaperlane.com/index.php?cPath=38
http://www.sweetpaperlane.com/index.php?cPath=181
http://www.sweetpaperlane.com/index.php?cPath=182
http://www.sweetpaperlane.com/index.php?cPath=183
http://www.sweetpaperlane.com/index.php?cPath=198
http://www.sweetpaperlane.com/index.php?cPath=199
http://www.sweetpaperlane.com/index.php?cPath=200
http://www.sweetpaperlane.com/index.php?cPath=201
http://www.sweetpaperlane.com/index.php?cPath=204
http://www.sweetpaperlane.com/index.php?cPath=205
http://www.sweetpaperlane.com/index.php?cPath=206
http://www.sweetpaperlane.com/index.php?cPath=207
http://www.sweetpaperlane.com/index.php?cPath=208
http://www.sweetpaperlane.com/index.php?cPath=209
http://www.sweetpaperlane.com/index.php?cPath=210
http://www.sweetpaperlane.com/index.php?cPath=228
http://www.sweetpaperlane.com/index.php?cPath=229
http://www.sweetpaperlane.com/index.php?cPath=230
http://www.sweetpaperlane.com/index.php?cPath=6
http://www.sweetpaperlane.com/index.php?cPath=213
http://www.sweetpaperlane.com/index.php?cPath=214
http://www.sweetpaperlane.com/index.php?cPath=215
http://www.sweetpaperlane.com/index.php?cPath=216
http://www.sweetpaperlane.com/index.php?cPath=291
http://www.sweetpaperlane.com/index.php?cPath=292
http://www.sweetpaperlane.com/index.php?cPath=293
http://www.sweetpaperlane.com/index.php?cPath=227
http://www.sweetpaperlane.com/index.php?cPath=211
http://www.sweetpaperlane.com/index.php?cPath=212
http://www.sweetpaperlane.com/index.php?cPath=8
http://www.sweetpaperlane.com/index.php?cPath=51
http://www.sweetpaperlane.com/index.php?cPath=248
http://www.sweetpaperlane.com/index.php?cPath=249
http://www.sweetpaperlane.com/index.php?cPath=50
http://www.sweetpaperlane.com/index.php?cPath=246
http://www.sweetpaperlane.com/index.php?cPath=168
http://www.sweetpaperlane.com/index.php?cPath=166
http://www.sweetpaperlane.com/index.php?cPath=171
http://www.sweetpaperlane.com/index.php?cPath=167
http://www.sweetpaperlane.com/index.php?cPath=303
http://www.sweetpaperlane.com/index.php?cPath=304
http://www.sweetpaperlane.com/index.php?cPath=305
http://www.sweetpaperlane.com/index.php?cPath=306
http://www.sweetpaperlane.com/index.php?cPath=308
http://www.sweetpaperlane.com/index.php?cPath=316
http://www.sweetpaperlane.com/index.php?cPath=238
http://www.sweetpaperlane.com/index.php?cPath=243
http://www.sweetpaperlane.com/index.php?cPath=244
http://www.sweetpaperlane.com/index.php?cPath=245
http://www.sweetpaperlane.com/index.php?cPath=247
http://www.sweetpaperlane.com/index.php?cPath=250
http://www.sweetpaperlane.com/index.php?cPath=318
http://www.sweetpaperlane.com/index.php?cPath=54
http://www.sweetpaperlane.com/index.php?cPath=251
http://www.sweetpaperlane.com/index.php?cPath=252
http://www.sweetpaperlane.com/index.php?cPath=7
http://www.sweetpaperlane.com/index.php?cPath=148
http://www.sweetpaperlane.com/index.php?cPath=196
http://www.sweetpaperlane.com/index.php?cPath=195
http://www.sweetpaperlane.com/index.php?cPath=231
http://www.sweetpaperlane.com/index.php?cPath=234
http://www.sweetpaperlane.com/index.php?cPath=233
http://www.sweetpaperlane.com/index.php?cPath=232
http://www.sweetpaperlane.com/index.php?cPath=235
http://www.sweetpaperlane.com/index.php?cPath=236
http://www.sweetpaperlane.com/index.php?cPath=237
http://www.sweetpaperlane.com/index.php?cPath=258
http://www.sweetpaperlane.com/index.php?cPath=259
http://www.sweetpaperlane.com/index.php?cPath=260
http://www.sweetpaperlane.com/index.php?cPath=309
http://www.sweetpaperlane.com/index.php?cPath=300
http://www.sweetpaperlane.com/index.php?cPath=301
http://www.sweetpaperlane.com/index.php?cPath=310
http://www.sweetpaperlane.com/index.php?cPath=319
http://www.sweetpaperlane.com/index.php?cPath=317
http://www.sweetpaperlane.com/index.php?cPath=43
http://www.sweetpaperlane.com/index.php?cPath=144
http://www.sweetpaperlane.com/index.php?cPath=145
http://www.sweetpaperlane.com/index.php?cPath=146
http://www.sweetpaperlane.com/index.php?cPath=180
http://www.sweetpaperlane.com/index.php?cPath=179
http://www.sweetpaperlane.com/product_info.php?cPath=159&products_id=4521&action=add_product
http://www.sweetpaperlane.com/popup_image.php?proID=4521ℑ=0
http://www.sweetpaperlane.com/link_files/SPL_Typestyles.pdf
http://www.sweetpaperlane.com/product_info.php?action=add_wishlist
Seo Urls:
http://www.sweetpaperlane.com/index.php
Queries:

 

And you have reset the cache?

Link to comment
Share on other sites

And you have reset the cache?

 

Several times... I also deleted the "1_usucache.cache" in /includes/modules/ultimate_seo_urls5/cache/ but no luck. Any other ideas?? Thanks again for taking a look.

 

Jason

Link to comment
Share on other sites

ok one other weird thing - if I set "Enable SEO URLs 5?" to FALSE - the URL's still work. I can still surf to this product for example:

 

http://www.sweetpaperlane.com/destination-style-invitation-p-4541.html

 

Maybe version 2 hasn't uninstalled completely?

Link to comment
Share on other sites

Hello,

 

i have the first? Version from you :-) The Files are from 27.05.2009.

 

My usu.php:

 

* @lastmod $Date:: 2009-05-27 11:20:38 +0100 (Wed, 27 May 2009) $: Date of last commit

* @version $Rev:: 73 $: Revision of last commit

* @Id $Id:: usu.php 73 2009-05-27 10:20:38Z Rob $: Full Details

 

Question: can i delete the usu::performance in the footer without Problems? I dont have a entry in my admin/config/soe urls.

 

Name Wert Aktion

Enable SEO URLs? true

Add category parent to product URLs? false

Add category parent to begining of URLs? true

Filter Short Words 2

Output W3C valid URLs (parameter string)? false

Enable SEO cache to save queries? true

Enable product cache? true

Enable categories cache? true

Enable manufacturers cache? true

Enable all products seo cache? true

Enable articles cache? true

Enable topics cache? true

Enable information cache? true

Enable link directory cache? true

Enable automatic redirects? true

Enable use Header Tags as name? false

Choose URL Rewrite Type Rewrite

Enter special character conversions ä=>ae,Ä=>Ae,ü=>ue,Ü=>Ue,ö=>oe,Ö=>Oe,ß=>ss,®=>-,²=>2

Remove all non-alphanumeric characters? false

Reset SEO URLs Cache false

Uninstall Ultimate SEO false

Enable SEO URLs?

Enable the SEO URLs? This is a global setting and will turn them off completely.

 

The Problem is, if i have the usu::performance in my footer, i can not use the Display Parse Time Contribution. If i delete the usu::performance entry in my footer.php, i can see the Parse time but with this usu::performance, i see it not.

 

MfG from Germany

Andreas

Link to comment
Share on other sites

Hi everyone,

 

For anybody getting a 500 error...

 

You may have had the insight to NOT make the following stupid error, but I was using Textedit on my Mac to create my .htaccess file... BIG MISTAKE!

 

When you use such a thing, your server doesn't read it correctly, as Textedit kindly puts hidden data at the top giving details of typeface, etc... Perhaps if you save it as a different format, it might work, but I didn't bother trying...

 

I was confuzzled for quite sometime until I realised, and ended up using Dreamweaver to create it. My problem was instantly solved!

 

Other than Dreamweaver, there's probably a billion other alternatives to Textedit out there, but I just thought I'd mention this as a possibility for your 500 error.

 

I hope that helps someone somewhere sometime.

Link to comment
Share on other sites

HI I have oscommerce-2.2rc2a and after intalling it is giving me "Error 404: File Not Found" when i click on items.

 

Can some one please give me a link to install this add-on to "RC2a" and not to "RC2" :(

Here is the link to this addon

ULTIMATE Seo Urls 5 - by FWR Media

 

Your going to have to be more specific on your problem i.e. is it the main page or products page.... If your getting a 404 after a fresh install you didn't install it correctly. Try reinstalling and testing.

Link to comment
Share on other sites

Hi Robert,

 

I just installed this addon and I can honestly say I like this better than the old 2 series.

 

I tried your extras with the Google XML and it only displayed my index page. I don't know if STS has anything to do with it or not being its a whole separate animal.

 

Any Ideas?

Thanks

Eric

Link to comment
Share on other sites

Few more things I noticed,

 

I set the show cat parent to true but its not showing in the url, only the product url

 

Does this yet work with links manager, article manager, news desk, and so on? There wasnt any real documentation on it.

 

Thanks again

Edited by matrix2223
Link to comment
Share on other sites

Few more things I noticed,

 

I set the show cat parent to true but its not showing in the url, only the product url

 

Does this yet work with links manager, article manager, news desk, and so on? There wasnt any real documentation on it.

 

Thanks again

 

Take a look in ultimate_seo_urls5/modules/ all of the modules are in there like information pages/articles/newsdesk etc. I don't see the point of links manager.

Link to comment
Share on other sites

Hi Robert,

 

I just installed this addon and I can honestly say I like this better than the old 2 series.

 

I tried your extras with the Google XML and it only displayed my index page. I don't know if STS has anything to do with it or not being its a whole separate animal.

 

Any Ideas?

Thanks

Eric

 

Not sure what you mean tbh, the corrected file was for the contribution Google XML sitemap seo.

Link to comment
Share on other sites

Hi

 

I have USU5 and it works great. I would like to know if it is possible to rewrite the URLs for a shared SSL certificate. Thanks in advance

 

Don't know what you mean. Rewritten urls are all non SSL so shared certs should not affect this contribution.

Edited by FWR Media
Link to comment
Share on other sites

Don't know what you mean. Rewritten urls are all non SSL so shared certs should not affect this contribution.

 

What I mean is, the SSL is a different web domain to mine, so is it possible to rewrite it as my domain name using USU5?

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.

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...