View Single Post
  #198  
Old 02-27-2007, 05:28 PM
 
economedical economedical is offline
 

Advanced Member
  
Join Date: Feb 2005
Location: Sydney Australia
Posts: 77
 

Default Re: XC SEO v1.1.0 Released

I have tried with and without the commented rewritebase but same both ways, which is why i thought it must be some sub directory thing, but root is root...

Those redirect gones are the same as mine - comparing them side by side in a spreadsheet, they look similar...

Took out the comments and removed these pesky single spaces at end of each line just in case, who knows, still no go.

Code:
DirectoryIndex index.html index.php ##### # The following rules should be added # to the TOP of your existing .htaccess file # to prevent malicious users/bots from accessing # x-cart files that aren't meant to be public. ##### # block all smarty templates (no reason to have these exposed) RedirectMatch gone ^/.*\.tpl$ # block all .log (log files), .sql (sql dump/export) and .conf (config files) files # in case some day these files move to another directory RedirectMatch gone ^.*\.(sql|log|conf)$ # block access to the 'Smarty-*' directory RedirectMatch gone ^.*Smarty.*$ # block common X-Cart files that could reveal # that you have X-Cart installed RedirectMatch gone VERSION.* RedirectMatch gone COPYRIGHT.* RedirectMatch gone INSTALL.* RedirectMatch gone NEW.* RedirectMatch gone README.* RedirectMatch gone UPGRADE.* # block access to /upgrade Redirect gone /upgrade # block access to /skin1_original Redirect gone /skin1_original # block access to the /sql directory Redirect gone /sql # block access to the /shipping directory Redirect gone /shipping # block access to the pgp directories Redirect gone /.pgp Redirect gone /.pgp.def # block access to the pgp directories Redirect gone /tmp Redirect gone /var Options +FollowSymLinks # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root xcart folder (i.e. RewriteBase /shop) RewriteBase / # Enable the following 3 lines if you want to make sure # all users use the www. version of your domain. # Helps prevent cookie issues for some X-Cart installations RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^economedical.com.au [NC] RewriteRule ^(.*)$ http://www.economedical.com.au/$1 [R=301,L] ##### XC SEO Lite # Rewrite SEO category URL's # Rewrite SEO manufacturers URL's # Rewrite SEO product URL's # Rewrite SEO static page URL's # Rewrite SEO search URL's ##### / XC SEO Lite RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://economedical.com.au/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://economedical.com.au$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.economedical.com.au/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.economedical.com.au$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.rgmedicalnsw.com.au/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.rgmedicalnsw.com.au$ [NC] RewriteRule .*\.([^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/[^/]*/)$ - [F,NC]
Code:
The webpage cannot be found ***http://www.economedical.com.au/littmann-classic-ii-se-stethoscope-pr-1233.html*** HTTP 404 Most likely causes: There might be a typing error in the address. If you clicked on a link, it may be out of date. What you can try: Retype the address. Go back to the previous page. Go to www.economedical.com.au and look for the information you want. More information This error (HTTP 404 Not Found) means that Internet Explorer was able to connect to the website, but the page you wanted was not found. It's possible that the webpage is temporarily unavailable. Alternatively, the website might have changed or removed the webpage. For more information about HTTP errors, see Help.
__________________
x-cart 4.6.4 RB3 (mystethoscopeshop.com(.au))
x-cart 4.5.0 (4.6.4 RB3 in dev) (economedical.com.au)
ReBoot V3 (great xcartmod)
Big ups to bcsengineering.com great mods excellent support. Also shout out to xcartmods.co.uk, Firetank and alteredcart.com easy add ons for x-cart makes stores look great with minimal fuss.
Reply With Quote