CutieCute2 Posted September 14, 2010 Share Posted September 14, 2010 Alright since this was not working and shutting my site down, I decided to just uninstall it. Now I have an issue because of this. Can anyone tell me what this message is trying to tell me? You were probably only one step away from getting it to work. Why don't you try to install it again? Quote Link to comment Share on other sites More sharing options...
ggrant3 Posted September 14, 2010 Share Posted September 14, 2010 You were probably only one step away from getting it to work. Why don't you try to install it again? Mainly because it shut down my entire site with exception of the home page. So if anyone came to my site to purchase anything they would get blank screens with error messages on them and leave. So I figured I would see if anyone here came up with any ideas and then reinstall it. The installation process doesn't bother me, it doesn't take long, but I can't have a non working site in the mean time Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 14, 2010 Share Posted September 14, 2010 Alright since this was not working and shutting my site down, I decided to just uninstall it. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/f/l/a/mysite/html/includes/functions/html_output.php:330) in /home/content/f/l/a/mysite/html/includes/functions/sessions.php on line 102 Now I have not touched the includes/functions/sessions.php page so I don't see any reason for line 102 to be messed up. And I used the backed up contents for my html_output.php page so there should be nothing wrong there either. There is an on/off switch in the settings so you shouldn't have had to uninstall it. See the link in my signature for that error. It usually means an extra line was added in the editing process. The failing file is includes/functions/html_output.php at line 330, which is usually the last line. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
ggrant3 Posted September 14, 2010 Share Posted September 14, 2010 (edited) There is an on/off switch in the settings so you shouldn't have had to uninstall it. See the link in my signature for that error. It usually means an extra line was added in the editing process. The failing file is includes/functions/html_output.php at line 330, which is usually the last line. Okay that was it. It was an extra line or two at the end of the file, guess I got sloppy copying and pasting the original code back. Thank you. Edited September 14, 2010 by ggrant3 Quote Link to comment Share on other sites More sharing options...
ggrant3 Posted September 14, 2010 Share Posted September 14, 2010 I just re-installed it and I am getting the same original problem. I put the Ultimate SEO URL code at the bottom of my htaccess file (didn't think it would matter, since it didn't mention anything in the instructions) Here is my htaccess page: # $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $ # # This is used with Apache WebServers # The following blocks direct HTTP requests in this directory recursively # # For this to work, you must include the parameter 'Limit' to the AllowOverride configuration # # Example: # #<Directory "/usr/local/apache/htdocs"> # AllowOverride Limit # # 'All' with also work. (This configuration is in your apache/conf/httpd.conf file) # # This does not affect PHP include/require functions # # Example: http://server/catalog/includes/application_top.php will not work <Files *.php> Order Deny,Allow Deny from all </Files> Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} (\<|%3C).*iframe.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule ^(.*)$ index_error.php [F,L] RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] ########## Begin - Rewrite rules to block out some common exploits RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} (\<|%3C).*iframe.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule ^(.*)$ index.php [F,L] ########## start block # filter for most common exploits RewriteCond %{HTTP_USER_AGENT} libwww-perl [OR] RewriteCond %{QUERY_STRING} tool25 [OR] RewriteCond %{QUERY_STRING} cmd.txt [OR] RewriteCond %{QUERY_STRING} cmd.gif [OR] RewriteCond %{QUERY_STRING} r57shell [OR] RewriteCond %{QUERY_STRING} c99 [OR] # ban spam bots RewriteCond %{HTTP_USER_AGENT} almaden [OR] RewriteCond %{HTTP_USER_AGENT} ^Anarchie [OR] RewriteCond %{HTTP_USER_AGENT} ^ASPSeek [OR] RewriteCond %{HTTP_USER_AGENT} ^attach [OR] RewriteCond %{HTTP_USER_AGENT} ^autoemailspider [OR] RewriteCond %{HTTP_USER_AGENT} ^BackWeb [OR] RewriteCond %{HTTP_USER_AGENT} ^Bandit [OR] RewriteCond %{HTTP_USER_AGENT} ^BatchFTP [OR] RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR] RewriteCond %{HTTP_USER_AGENT} ^Buddy [OR] RewriteCond %{HTTP_USER_AGENT} ^bumblebee [OR] RewriteCond %{HTTP_USER_AGENT} ^CherryPicker [OR] RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] RewriteCond %{HTTP_USER_AGENT} ^CICC [OR] RewriteCond %{HTTP_USER_AGENT} ^Collector [OR] RewriteCond %{HTTP_USER_AGENT} ^Copier [OR] RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR] RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] RewriteCond %{HTTP_USER_AGENT} ^DA [OR] RewriteCond %{HTTP_USER_AGENT} ^DIIbot [OR] RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR] RewriteCond %{HTTP_USER_AGENT} ^DISCo\ Pump [OR] RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR] RewriteCond %{HTTP_USER_AGENT} ^Download\ Wonder [OR] RewriteCond %{HTTP_USER_AGENT} ^Downloader [OR] RewriteCond %{HTTP_USER_AGENT} ^Drip [OR] RewriteCond %{HTTP_USER_AGENT} ^DSurf15a [OR] RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR] RewriteCond %{HTTP_USER_AGENT} ^EasyDL/2.99 [OR] RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR] RewriteCond %{HTTP_USER_AGENT} email [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR] RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR] RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR] RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR] RewriteCond %{HTTP_USER_AGENT} ^FileHound [OR] RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR] RewriteCond %{HTTP_USER_AGENT} FrontPage [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR] RewriteCond %{HTTP_USER_AGENT} ^GetSmart [OR] RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR] RewriteCond %{HTTP_USER_AGENT} ^gigabaz [OR] RewriteCond %{HTTP_USER_AGENT} ^Go\!Zilla [OR] RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR] RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR] RewriteCond %{HTTP_USER_AGENT} ^gotit [OR] RewriteCond %{HTTP_USER_AGENT} ^Grabber [OR] RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR] RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR] RewriteCond %{HTTP_USER_AGENT} ^grub-client [OR] RewriteCond %{HTTP_USER_AGENT} ^HMView [OR] RewriteCond %{HTTP_USER_AGENT} ^HTTrack [OR] RewriteCond %{HTTP_USER_AGENT} ^httpdown [OR] RewriteCond %{HTTP_USER_AGENT} .*httrack.* [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [OR] RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR] RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR] RewriteCond %{HTTP_USER_AGENT} ^Indy*Library [OR] RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR] RewriteCond %{HTTP_USER_AGENT} ^InternetLinkagent [OR] RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR] RewriteCond %{HTTP_USER_AGENT} ^InternetSeer.com [OR] RewriteCond %{HTTP_USER_AGENT} ^Iria [OR] RewriteCond %{HTTP_USER_AGENT} ^JBH*agent [OR] RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR] RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR] RewriteCond %{HTTP_USER_AGENT} ^JustView [OR] RewriteCond %{HTTP_USER_AGENT} ^larbin [OR] RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR] RewriteCond %{HTTP_USER_AGENT} ^LexiBot [OR] RewriteCond %{HTTP_USER_AGENT} ^lftp [OR] RewriteCond %{HTTP_USER_AGENT} ^Link*Sleuth [OR] RewriteCond %{HTTP_USER_AGENT} ^likse [OR] RewriteCond %{HTTP_USER_AGENT} ^Link [OR] RewriteCond %{HTTP_USER_AGENT} ^LinkWalker [OR] RewriteCond %{HTTP_USER_AGENT} ^Mag-Net [OR] RewriteCond %{HTTP_USER_AGENT} ^Magnet [OR] RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR] RewriteCond %{HTTP_USER_AGENT} ^Memo [OR] RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR] RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR] RewriteCond %{HTTP_USER_AGENT} ^Mirror [OR] RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*Indy [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR] RewriteCond %{HTTP_USER_AGENT} ^Mozilla*MSIECrawler [OR] RewriteCond %{HTTP_USER_AGENT} ^MS\ FrontPage* [OR] RewriteCond %{HTTP_USER_AGENT} ^MSFrontPage [OR] RewriteCond %{HTTP_USER_AGENT} ^MSIECrawler [OR] RewriteCond %{HTTP_USER_AGENT} ^MSProxy [OR] RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR] RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR] RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR] RewriteCond %{HTTP_USER_AGENT} ^NetMechanic [OR] RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR] RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR] RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^NICErsPRO [OR] RewriteCond %{HTTP_USER_AGENT} ^Ninja [OR] RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR] RewriteCond %{HTTP_USER_AGENT} ^Openfind [OR] RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR] RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR] RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR] RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR] RewriteCond %{HTTP_USER_AGENT} ^Ping [OR] RewriteCond %{HTTP_USER_AGENT} ^PingALink [OR] RewriteCond %{HTTP_USER_AGENT} ^Pockey [OR] RewriteCond %{HTTP_USER_AGENT} ^psbot [OR] RewriteCond %{HTTP_USER_AGENT} ^Pump [OR] RewriteCond %{HTTP_USER_AGENT} ^QRVA [OR] RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR] RewriteCond %{HTTP_USER_AGENT} ^Reaper [OR] RewriteCond %{HTTP_USER_AGENT} ^Recorder [OR] RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR] RewriteCond %{HTTP_USER_AGENT} ^Scooter [OR] RewriteCond %{HTTP_USER_AGENT} ^Seeker [OR] RewriteCond %{HTTP_USER_AGENT} ^Siphon [OR] RewriteCond %{HTTP_USER_AGENT} ^sitecheck.internetseer.com [OR] RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR] RewriteCond %{HTTP_USER_AGENT} ^SlySearch [OR] RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR] RewriteCond %{HTTP_USER_AGENT} ^Snake [OR] RewriteCond %{HTTP_USER_AGENT} ^SpaceBison [OR] RewriteCond %{HTTP_USER_AGENT} ^sproose [OR] RewriteCond %{HTTP_USER_AGENT} ^Stripper [OR] RewriteCond %{HTTP_USER_AGENT} ^Sucker [OR] RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR] RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR] RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR] RewriteCond %{HTTP_USER_AGENT} ^Szukacz [OR] RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR] RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR] RewriteCond %{HTTP_USER_AGENT} ^URLSpiderPro [OR] RewriteCond %{HTTP_USER_AGENT} ^Vacuum [OR] RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR] RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR] RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR] RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR] RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[bb]andit [OR] RewriteCond %{HTTP_USER_AGENT} ^webcollage [OR] RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR] RewriteCond %{HTTP_USER_AGENT} ^Web\ Downloader [OR] RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.* [OR] RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR] RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR] RewriteCond %{HTTP_USER_AGENT} ^WebHook [OR] RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR] RewriteCond %{HTTP_USER_AGENT} ^WebMiner [OR] RewriteCond %{HTTP_USER_AGENT} ^WebMirror [OR] RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR] RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR] RewriteCond %{HTTP_USER_AGENT} ^Website [OR] RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR] RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR] RewriteCond %{HTTP_USER_AGENT} ^Webster [OR] RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR] RewriteCond %{HTTP_USER_AGENT} WebWhacker [OR] RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR] RewriteCond %{HTTP_USER_AGENT} ^Widow [OR] RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR] RewriteCond %{HTTP_USER_AGENT} ^x-Tractor [OR] RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR] RewriteCond %{HTTP_USER_AGENT} ^Xenu [OR] RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR] RewriteCond %{HTTP_USER_AGENT} ^Zeus RewriteRule ^.* - [F,L] RewriteCond %{HTTP_REFERER} ^http://www.theflagcorner.com$ RewriteRule !^http://[^/.]\.theflagcorner.com.* - [F,L] # stop hotlinking (gif/jpg) and serve alternate content <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?theflagcorner\.com/.*$ [NC] RewriteRule .*\.(gif|jpg)$ http://www.theflagcorner.com/images/stolen.gif [R,NC,L] </ifModule> # deny most common except .php <FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module|exe)$"> deny from all </FilesMatch> # Disable .htaccess viewing from browser <Files ~ "^\.ht"> Order allow,deny Deny from all Satisfy All </Files> # Disable access to config.php <Files ~ "includes\configure.php$"> deny from all </Files> # FORCE TYPE <Files site> ForceType application/x-httpd-php </Files> # Begin Ultimate SEO V2.2d Options +FollowSymLinks RewriteEngine On # RewriteBase instructions # Change RewriteBase dependent on how your shop is accessed as below. # http://www.mysite.com = RewriteBase / # http://www.mysite.com/catalog/ = RewriteBase /catalog/ # http://www.mysite.com/catalog/shop/ = RewriteBase /catalog/shop/ # Change the following line using the instructions above RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} # End Ultimate SEO V2.2d Any ideas why the home page is working and the categories/product pages are giving page not found errors? Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 14, 2010 Share Posted September 14, 2010 I just re-installed it and I am getting the same original problem. I put the Ultimate SEO URL code at the bottom of my htaccess file (didn't think it would matter, since it didn't mention anything in the instructions) Any ideas why the home page is working and the categories/product pages are giving page not found errors? It usually doesn't matter where it is placed but it can. Try backing up that file and then deleting everything except the changes for this contribution. Be sure to get the first few lines: Options +FollowSymLinks RewriteEngine On RewriteBase / If that works, then something else in the file is conflicting with the changes for this contribution. In that case, try putting this code first and deleting parts one at a time to isolate the prolem. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
ggrant3 Posted September 14, 2010 Share Posted September 14, 2010 It usually doesn't matter where it is placed but it can. Try backing up that file and then deleting everything except the changes for this contribution. Be sure to get the first few lines: Options +FollowSymLinks RewriteEngine On RewriteBase / If that works, then something else in the file is conflicting with the changes for this contribution. In that case, try putting this code first and deleting parts one at a time to isolate the prolem. Nope didn't work. I tried erasing everything but the Options +FollowSymLinks RewriteEngine On RewriteBase / and then having the Ultimate SEO URL code and it didn't work. When it tries to pull up the new page and gives the error File Not Found, the url is changed from the standard osc product url to the name of the product but it is throwing a letter and number after it (for example, www.mysite.com/product-name-c-26.html) is that normal? Or could that be a clue as to what is going wrong? Quote Link to comment Share on other sites More sharing options...
♥FWR Media Posted September 14, 2010 Share Posted September 14, 2010 You have .. Options +FollowSymLinks RewriteEngine On Twice . .these must appear only once. I would steer clear of adding lots of code to .htaccess if you don't understand the basics . . can cause all sorts of nasty problems. Quote Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work. Link to comment Share on other sites More sharing options...
ggrant3 Posted September 14, 2010 Share Posted September 14, 2010 You have .. Options +FollowSymLinks RewriteEngine On Twice . .these must appear only once. I would steer clear of adding lots of code to .htaccess if you don't understand the basics . . can cause all sorts of nasty problems. I didn't even know it would matter. I just added what was listed in the instructions. But I just tried removing the extra Options +FollowSymLinks RewriteEngine On (left the one at the top) and had only the SEO URL code in the htaccess page and it still gave the same error. I even tried to remove the duplicate ReWriteBase / and it didn't seem to matter either. Quote Link to comment Share on other sites More sharing options...
♥FWR Media Posted September 14, 2010 Share Posted September 14, 2010 I didn't even know it would matter. I just added what was listed in the instructions. But I just tried removing the extra Options +FollowSymLinks RewriteEngine On (left the one at the top) and had only the SEO URL code in the htaccess page and it still gave the same error. I even tried to remove the duplicate ReWriteBase / and it didn't seem to matter either. Ok Look I don't have time to look through all your htaccess garbage so .. 1) Remove all garbage leaving just the seo urls code and try .. If it fails then say so here and pm me your web address and I'll take a look. Quote Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work. Link to comment Share on other sites More sharing options...
jamesblackburn Posted September 14, 2010 Share Posted September 14, 2010 Hi, Firstly thank you for a wonderful contribution to OsCommerce. I am currently progressing with SEO for my site and have been asked to see if the URL can be changed slightly by a consultant. There is an option to add the category to the product name which is good however can this be changed to show like this: www.mysite.com/category/sub_category/product.html Or something similar to this?? In the world of SEO this would not just be a great help to me but also everyone else who has this contribution installed. Hope I have been clear and that we can make some progress with this. Thanks James Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 14, 2010 Share Posted September 14, 2010 Nope didn't work. I tried erasing everything but the Options +FollowSymLinks RewriteEngine On RewriteBase / and then having the Ultimate SEO URL code and it didn't work. When it tries to pull up the new page and gives the error File Not Found, the url is changed from the standard osc product url to the name of the product but it is throwing a letter and number after it (for example, www.mysite.com/product-name-c-26.html) is that normal? Or could that be a clue as to what is going wrong? That url looks OK, though I don't understand what you mean by . If that is part of the url, then it is incorrect. Just to be sure, I know godady said mod_rewrite was enabled by default, but they also usually put new sites on a Windows server by default too. You have to be on a Linux server for this code to work so you should verify that. If that is not it, please post your full .htaccess file that you are using that just has the code for this contribution as well as the url of your shop. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
ggrant3 Posted September 15, 2010 Share Posted September 15, 2010 That url looks OK, though I don't understand what you mean by . If that is part of the url, then it is incorrect. Just to be sure, I know godady said mod_rewrite was enabled by default, but they also usually put new sites on a Windows server by default too. You have to be on a Linux server for this code to work so you should verify that. If that is not it, please post your full .htaccess file that you are using that just has the code for this contribution as well as the url of your shop. I just placed the c-26.html in bold for viewing in this forum to show the specific section I was referring to. So you're saying that the url is fine when it looks like www.mysite.com/product-name-c-26.html, I was concerned about the c-26.html part And yes I am on a Linux server. Quote Link to comment Share on other sites More sharing options...
the man Posted September 15, 2010 Share Posted September 15, 2010 I usually (always?) go for the most recent version of an add-on because I assume it's the most advanced. In this case, it was a Polish version of Ultimate URLs. Since my site appeared to work well, I applied the add-on to a number of my other osc shops. After I found the admin section was in Polish, I started the process of trying to uninstall the Polish language and install the English version. Initially, I removed the two maiin files and selected uninstal in the admin panel but the Polish was still there and the site was still using Ultimate URLs so I assumed it had something to with the cache or the language being in the database. Anyway, after deleting and uploading the English version of the two files, selecting uninstall in the admin and checking the front end of my site a number of times eventually the Polish disappeared. After installing the English files once again, the English suddenly appeared in the admin. I couldn't work it out step-by-step because what worked one time, didn't work the next. All I can say is keep trying and you CAN get rid of the Polish and get English. Sorry, I can't be more help. Hi cutie, saw your post.. you had polish version too and now u install the english version... i think i had the same process like you with the polisg version , i try uninstall by clicking "Uninstall Ultimate SEO" change the value from "false" to "uninstall" and nothing happen. So i revert back the process by editing back those files back to orginal Edit includes/application_top.php Edit includes/functions/html_output.php Edit admin/categories.php2 Edit admin/includes/functions/general.php Edit .htaccess file (in your catalog directory) All the above back to orginal after edit back to orginal, i delete the 2 files.. includes/classes/seo.class.php admin/includes/reset_seo_cache.php Now i login the osc front end, under "Configuration" i still can see the "SEO URLs" Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 15, 2010 Share Posted September 15, 2010 I just placed the c-26.html in bold for viewing in this forum to show the specific section I was referring to. So you're saying that the url is fine when it looks like www.mysite.com/product-name-c-26.html, I was concerned about the c-26.html part And yes I am on a Linux server. That's normal. You can read back through the thread is you want more information since it gets asked quite often. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
trasgoverde Posted September 15, 2010 Share Posted September 15, 2010 Thanks for help I have a problem with pages.php anyone know the ReWrite rule or condition for??? http://www.mysite.com/catalog/pages?pID=5'>http://www.mysite.com/catalog/pages?pID=5 It does , Redirect failure? Redirects doesn't work properly, Why only with pages? How can I fix it? & Anyone know howto do this: http://www.mysite.com/category-subcategory-product.html'>http://www.mysite.com/category-subcategory-product.html to http://www.mysite.com/category/subcategory/product.html'>http://www.mysite.com/category/subcategory/product.html my htacccess: # $Id: .htaccess,v 1.2 2003/09/24 13:57:00 wilt 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' will 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> # PHP configuration values <IfModule mod_php5.c> php_flag register_long_arrays Off php_flag register_globals Off php_flag display_errors Off</IfModule> <IfModule mod_php4.c> php_value session.use_trans_sid 0 php_value register_globals 0 php_flag display_errors Off php_flag track_errors Off</IfModule> # Begin Ultimate SEO V2.2d Options +FollowSymLinksRewriteEngine On # RewriteBase instructions # Change RewriteBase dependent on how your shop is accessed as below. # http://www.mysite.com = RewriteBase / # http://www.mysite.com/catalog/ = RewriteBase /catalog/ # http://www.mysite.com/catalog/shop/ = RewriteBase /catalog/shop/ # Change the following line using the instructions above RewriteBase /catalog/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING}RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} Quote Link to comment Share on other sites More sharing options...
trasgoverde Posted September 15, 2010 Share Posted September 15, 2010 last post was cut .... Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 15, 2010 Share Posted September 15, 2010 I have a problem with pages.php anyone know the ReWrite rule or condition for??? http://www.mysite.com/catalog/pages?pID=5 It does , Redirect failure? Redirects doesn't work properly, Why only with pages? How can I fix it? To get redirects to work, you have to make a change to the .htaccess file and the code. This contribution has code in place for some of the contributions but not all. It does have code for Page Manager, which might be the one you are referring to but I know there is another contributuion that uses similar names. So if you are using that one, it won't work without editing the code. &Anyone know howto do this: http://www.mysite.com/category-subcategory-product.html to http://www.mysite.com/category/subcategory/product.html You can't do it with this contribution. That is poor SEO though so I wouldn't suggest it. But if you really want it, one or tow of the other url rewriter contributions work that way. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
schneppat Posted September 16, 2010 Share Posted September 16, 2010 Hello Chemo I used your Ultimate_SEO_URLSv22d_10_PL at a danish website. The problem i have is that when i write the danish links in original, i dont get in the url. See an example: å - should write aa in the URL ø - should write oe in the URL æ - should write ae in the URL How can i make it work like this ? Kind regards Jærg-Owe Schneppat Quote Link to comment Share on other sites More sharing options...
trasgoverde Posted September 16, 2010 Share Posted September 16, 2010 To get redirects to work, you have to make a change to the .htaccess file and the code. This contribution has code in place for some of the contributions but not all. It does have code for Page Manager, which might be the one you are referring to but I know there is another contributuion that uses similar names. So if you are using that one, it won't work without editing the code. You can't do it with this contribution. That is poor SEO though so I wouldn't suggest it. But if you really want it, one or tow of the other url rewriter contributions work that way. Do you know what do I have to edit? What(& where) lines do I have to add, so it works at my host? At my local host is working perfectly, but not at my host.......Do you know what could I miss? www.mysite.com/pages.php?pID=5 my .htaccess (host): # $Id: .htaccess,v 1.2 2003/09/24 13:57:00 wilt 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' will 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> # PHP configuration values <IfModule mod_php5.c> php_flag register_long_arrays Off php_flag register_globals Off php_flag display_errors Off </IfModule> <IfModule mod_php4.c> php_value session.use_trans_sid 0 php_value register_globals 0 php_flag display_errors Off php_flag track_errors Off </IfModule> # Begin Ultimate SEO V2.2d Options +FollowSymLinks RewriteEngine On # RewriteBase instructions # Change RewriteBase dependent on how your shop is accessed as below. # http://www.mysite.com = RewriteBase / # http://www.mysite.com/catalog/ = RewriteBase /catalog/ # http://www.mysite.com/catalog/shop/ = RewriteBase /catalog/shop/ # Change the following line using the instructions above RewriteBase /creloaded/creloaded/catalog/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pages-([0-9]+).html$ pages.php?pages_id=$2&%{QUERY_STRING} # End Ultimate SEO V2.2d My .htaccess (localhost) working!!! # $Id: .htaccess,v 1.2 2003/09/24 13:57:00 wilt 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' will 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> # PHP configuration values <IfModule mod_php5.c> php_flag register_long_arrays Off php_flag register_globals Off php_flag display_errors Off </IfModule> <IfModule mod_php4.c> php_value session.use_trans_sid 0 php_value register_globals 0 php_flag display_errors Off php_flag track_errors Off </IfModule> # Begin Ultimate SEO V2.2d Options +FollowSymLinks RewriteEngine On # RewriteBase instructions # Change RewriteBase dependent on how your shop is accessed as below. # http://www.mysite.com = RewriteBase / # http://www.mysite.com/catalog/ = RewriteBase /catalog/ # http://www.mysite.com/catalog/shop/ = RewriteBase /catalog/shop/ # Change the following line using the instructions above RewriteBase /catalog/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} # End Ultimate SEO V2.2d Thanks for your help Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 16, 2010 Share Posted September 16, 2010 schneppat - the person that uploaded that version isn't supporting it, at least I haven't seen it, so you are on your own with any problem or questions about it. trasgoverde - the changes are in the includes/classes/seo.class.php file. You can use one of the other additions as a guide but otherwise you are on your own. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
♥FWR Media Posted September 16, 2010 Share Posted September 16, 2010 That is poor SEO though so I wouldn't suggest it. But if you really want it, one or tow of the other url rewriter contributions work that way. You have stated on a number of occasions that path based Seo Urls are bad Seo practise. I see no evidence of this at all, perhaps you could elaborate. Quote Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work. Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 16, 2010 Share Posted September 16, 2010 You have stated on a number of occasions that path based Seo Urls are bad Seo practise. I see no evidence of this at all, perhaps you could elaborate. Already done. You know you shouldn't cross post. Tsk tsk! Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
♥FWR Media Posted September 16, 2010 Share Posted September 16, 2010 Already done. You know you shouldn't cross post. Tsk tsk! Not cross posting Jack .. just that you made the same comment in two posts. I simply did the same. Quote Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work. Link to comment Share on other sites More sharing options...
the man Posted September 17, 2010 Share Posted September 17, 2010 (edited) after i delete the 2 files, includes/classes/seo.class.php admin/includes/reset_seo_cache.php i revert back the process by editing back those files back to orginal, Now in the front end, i still could see the SEO error message and the SEO fucntion. Warning: call_user_func(tep_reset_cache_data_seo_urls) [function.call-user-func]: First argument is expected to be a valid callback in /home/thetinyb/public_html/admin/includes/functions/general.php on line 1217 Reset SEO URLs Cache Warning: call_user_func(tep_reset_cache_data_seo_urls) [function.call-user-func]: First argument is expected to be a valid callback in /home/thetinyb/public_html/admin/includes/functions/general.php on line 1217 screen shot How can i totally uninstall it ?? can enlighten me. Edited September 17, 2010 by the man 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.