-
Posts
833 -
Joined
-
Last visited
Everything posted by vidmarc
-
When I enable SEO URLs and click on a product from the home page the url appears in the browser address bar but the home page remains. Same with selecting any of the category listings - the url appears in the address bar but the store remains on the home page.
-
Sorry, my mistake. This is the actual .htaccess file I was using. ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below: Options +FollowSymLinks RewriteEngine On RewriteBase / # From Ultimate SEO URLs RewriteRule ^(.*)-p-(.*).html$ index.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-c-(.*).html$ index.php?main_page=index&cPath=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-m-([0-9]+).html$ index.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-pi-([0-9]+).html$ index.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-pr-([0-9]+).html$ index.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-pri-([0-9]+).html$ index.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L] # For Open Operations Info Manager RewriteRule ^(.*)-i-([0-9]+).html$ index.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L] # For dreamscape's News & Articles Manager RewriteRule ^news/?$ index.php?main_page=news&%{QUERY_STRING} [L] RewriteRule ^news/rss.xml$ index.php?main_page=news_rss&%{QUERY_STRING} [L] RewriteRule ^news/archive/?$ index.php?main_page=news_archive&%{QUERY_STRING} [L] RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L] RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L] RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L] RewriteRule ^news/(.*)-a-([0-9]+).html$ index.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L] # All other pages # Don't rewrite real files or directories RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*).html$ index.php?main_page=$1&%{QUERY_STRING} [L] ######## Added by 1&1 Abuse department -- BEGIN # only remove if you enconter problems related to php5 # take different measures to secure your scripts in this case AddType x-mapp-php5 .php ######## Added by 1&1 Abuse department -- END ## File Security <FilesMatch ".(htaccess)$"> Order Allow,Deny Deny from all </FilesMatch> #### Apache directory listing rules #### DirectoryIndex index.php index.htm index.html IndexIgnore * #### Rewrite rules for SEO functionality #### <IfModule mod_rewrite.c> RewriteEngine On ######## START v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule cat_([0-9]+)(.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule prod_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule info_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule tell_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule _saleItems(.[a-z]+)?(?.*)?$ index.php?_a=saleitems&%1 [NC,L] ######## END v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*).html?$ index.php?seo_path=$1 [L,QSA] </IfModule>
-
It's a clean install www.nucleusfilms.com Cubecart 5.2.1 ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below: Options +FollowSymLinks RewriteEngine On RewriteBase / # From Ultimate SEO URLs RewriteRule ^(.*)-p-(.*).html$ index.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-c-(.*).html$ index.php?main_page=index&cPath=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-m-([0-9]+).html$ index.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-pi-([0-9]+).html$ index.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-pr-([0-9]+).html$ index.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)-pri-([0-9]+).html$ index.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L] # For Open Operations Info Manager RewriteRule ^(.*)-i-([0-9]+).html$ index.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L] # For dreamscape's News & Articles Manager RewriteRule ^news/?$ index.php?main_page=news&%{QUERY_STRING} [L] RewriteRule ^news/rss.xml$ index.php?main_page=news_rss&%{QUERY_STRING} [L] RewriteRule ^news/archive/?$ index.php?main_page=news_archive&%{QUERY_STRING} [L] RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L] RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L] RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L] RewriteRule ^news/(.*)-a-([0-9]+).html$ index.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L] # All other pages # Don't rewrite real files or directories RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*).html$ index.php?main_page=$1&%{QUERY_STRING} [L] ######## Added by 1&1 Abuse department -- BEGIN # only remove if you enconter problems related to php5 # take different measures to secure your scripts in this case AddType x-mapp-php5 .php ######## Added by 1&1 Abuse department -- END ## File Security <FilesMatch ".(htaccess)$"> Order Allow,Deny Deny from all </FilesMatch> #### Apache directory listing rules #### DirectoryIndex index.php index.htm index.html IndexIgnore * #### Rewrite rules for SEO functionality #### <IfModule mod_rewrite.c> RewriteEngine On ######## START v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule cat_([0-9]+)(.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule prod_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule info_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule tell_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule _saleItems(.[a-z]+)?(?.*)?$ index.php?_a=saleitems&%1 [NC,L] ######## END v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*).html?$ index.php?seo_path=$1 [L,QSA] </IfModule>
-
Can anybody help me with this working? When I switch it on the pages don't load.
-
Trying to install on host with existing site
vidmarc replied to vidmarc's topic in Install & Upgrade Support
Thanks for the suggestion - I checked and I'm allowed up to 1500 sub-domains. If this works and when the store is built, will it be easy to then move everything into the main root folder? -
I'm trying to get a friend's Cubecart up and running in a sub folder, whilst keeping the original site's webstore running in the root folder. However, the original site is running on php4, whilst Cubecart requires 5.2. Is there a way around this? I can get only one site working at a time as One&One only offers a "global php" setting.
-
The screen prompt said I can configure ionCube after installation, so I went ahead and did the install but now all I'm getting are blank screens.
-
I'm trying to install ionCube, but I'm not sure which folder 1and1 is referring to? Can anyone help? http://faq.1and1.co.uk/scripting/php/15.html
-
Yes, it was indeed php4. I didn't even get to the first screen before upgrading php.
-
You're right, I checked and it was still using an older version of php.
-
Thanks for the feedback! I haven't changed anything, it's just the newest version uploaded with no changes. Here's what I have: $skins[(string)$xml->info->name][(string)$style->directory] = ((string)$style->attributes()->images == 'true') ? true : false;
-
I just tried to sign up for an affiliate account but we don't have a Paypal account, nor do we want one due to past hassles with them. Is there no other way CubeCart make affiliate payments?
-
All files uploaded and am getting this error: Parse error:syntax error, unexpected T_OBJECT_OPERATOR in ***/cubecart/setup/index.php on line 582 Any suggestions folks? The database I created is MySQL5
-
We sell DVDs, and Royal Mail is still the cheapest and most convenient option.
-
yes, I'm aware of that, but the country codes aren't included and finding those was a pain.
-
I've not got this set up, I entered all the country codes and Royal Mail weights and prices. I would be handy if there was a file here for download though to save time.
-
We've just received our first CubeCart order and the order subtotal doesn't include the shipping cost. Is there a way to change this so it is included in the sub-total?
-
Why isn't there something like this for CubeCart? zen-cart.com/downloads.php?do=file&id=190 I just moved from Zen too...
-
When I add my details here, then save and log back in again the details have gone. Is this normal? And is there a Twitter module available?
-
Can somebody help me to set this up please? When I click on "Install .htaccess" file none of the product links work.
-
Anyone? Royal Mail is our primary shipping choice and I'm trying to work out all those codes and weights. What does everybody else using Royal Mail use?
-
Resolved - Newly installed CubeCart - forgotten username and password
vidmarc replied to vidmarc's topic in Technical Help
RESOLVED -
Resolved - Sort Order - is it possible to change the "Date Added&#
vidmarc replied to vidmarc's topic in Technical Help
Can you direct me to the mod's thread? I can't find it. -
Resolved - Sort Order - is it possible to change the "Date Added&#
vidmarc replied to vidmarc's topic in Technical Help
I've installed this mod but sadly it only allows sorting by category, I'm still getting the last items I added to the site showing on the home page, which is what I don't want. Any suggestions? -
Is there any reason or benefit some sites have pages outside of a "store" folder? If I wanted to add a home page and some other separate pages, would I need to separate the main site from the store? I'm a little confused as you can see.