Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Didn't upgrade - installed fresh.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
janellez
I installed ssu_beta_3.6.6. I'll see about installing 3.6.7?
If you have installed correct, and if it is 3.6.6 fresh you cannot have this form at all:
http://www.ursite.com/advanced_search_result
it should be http://www.ursite.com/index/php?main..._search_result
In any case tho, check your setting and compare with the setting in the link above.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
I really appreciate your willingness to help. I checked the config settings against the link you sent. It all looks ok.
However, you have me a bit concerned. When I search for "ivory" on my site (http://www.frantzartglass.com), I get this URL - http://www.frantzartglass.com/advanc.../keyword/ivory
Clearly there is something wrong. I am not sure what though. I had a hard time installing this but it seems to work otherwise. Is there a file I missed? A setting somewhere?
Thanks again for your help.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
janellez
I really appreciate your willingness to help. I checked the config settings against the link you sent. It all looks ok.
However, you have me a bit concerned. When I search for "ivory" on my site (
http://www.frantzartglass.com), I get this URL -
http://www.frantzartglass.com/advanc.../keyword/ivory
Clearly there is something wrong. I am not sure what though. I had a hard time installing this but it seems to work otherwise. Is there a file I missed? A setting somewhere?
Thanks again for your help.
Your exclude list is not working at all for whatever reason . Can be that the exclude list is empty? I dont know. One thing I know for sure, it is not working as it should.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Your exclude list is not working at all for whatever reason . Can be that the exclude list is empty? I dont know. One thing I know for sure, it is not working as it should.
I'm at a loss - it's not empty. It contains the following -
zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,fi lter_id,alpha_filter_id,currency,keyword,search_in_description
(which is what you suggested in your config document)
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
janellez
I'm at a loss - it's not empty. It contains the following -
zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,fi lter_id,alpha_filter_id,currency,keyword,search_in_description
(which is what you suggested in your config document)
That is the query exclude list, what about the page exclude list?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
That is the query exclude list, what about the page exclude list?
Hmmm, I don't even see that as an option in my configuration settings. Is it possible that sql script didn't run during setup?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
janellez
Hmmm, I don't even see that as an option in my configuration settings. Is it possible that sql script didn't run during setup?
yup, very possible something went wrong :)
Run this via your sql patch tool:
delete from module_version_tracker where module_code='yellow1912_ssu';
And then, go back to extra->ssu manager and you should see patches from 0-15 being applied
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
yup, very possible something went wrong :)
Run this via your sql patch tool:
delete from module_version_tracker where module_code='yellow1912_ssu';
And then, go back to extra->ssu manager and you should see patches from 0-15 being applied
Oh my gosh - thank you so much! Completely fixed!
2 Attachment(s)
Re: Simple SEO URL [support thread]
i using the last SSU, ZC 1.3.8a and mulitistes plugin.
my .htaccess file in /includes/
Code:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
#### EOF SSU
# $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
#
# 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>
file from includes/configure.php:
PHP Code:
define('HTTP_SERVER', 'http://www.rollshop.sk');
define('HTTPS_SERVER', 'https://www.rollshop.sk');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
setings from admin and ssu_check.php are on pictures
i do all steps from instalation details but all links get me to the index page. can somebody help me with this problem?