treggs Posted July 28, 2006 Share Posted July 28, 2006 (edited) Hi I have downloaded "Seach Engine Friendly URL v1.10" and followed every instruction the only bit I am unsure about is in general.php code follows lines 949-958 } else { $cached_file = $cache_blocks[$i]['file']; $languages = tep_get_languages(); for ($i=0, $n=sizeof($languages); $i<$n; $i++) { $cached_file = ereg_replace('-language', '-' . $languages[$i]['directory'], $cached_file); @unlink(DIR_FS_CACHE . $cached_file); @unlink(DIR_FS_CACHE . 'url.cache'); } } break; is that in the right place otherwise mybe its the cache folder it is on this site http://www.holiday-pembrokeshire.co.uk/catalog have a look click some buttons and give me some ideas where should the cache folder be? Thanks Treggs pit-bikes-uk.co.uk Edited July 28, 2006 by treggs Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.