in the README file you have instructions
http://wiki.rubikintegration.com/zen...u/installation
and you have to install module manager before.
:yes:
Printable View
in the README file you have instructions
http://wiki.rubikintegration.com/zen...u/installation
and you have to install module manager before.
:yes:
My .htaccess is right . Also i did install module manger before. I cannot view and install instructions as all the sites associated with simple seo are down and have been all day.
Try it for yourself giuly . The link you posted me returns a page error as does simple-seo-url.com
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Check and make sure your htaccess file looks something like this. And clear seo cache and see if it will work.
Did you install Module Manager first?
Quote:
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteCond %{HTTP_HOST} ^your_.com_here$ [NC]
RewriteRule ^(.*)$ http://www.your_.com_here/$1 [R=301,L]
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Done that and still nothing. I really want to use this mod but looks like i will have to go back to ultimate seo as that worked but looked naff.
you should install before module installation.
Then you verify this installation in admin>extra
then You can install simple seo url
and then you can verify ssu.
:mellow:
Hi Yellow,
I just checked the google webmaster tool (external link and duplicate title) and found that I have error with this pages:
http://www.usim.co.il/ru/
http://www.usim.co.il/ru (somebody made link to my site)
the google think that its two diferet pages!
Please can you fix this issue? made redirect from /ru to /ru/ and also in another languages (/en to /en/)
I just iclude the code of canonical tag, and my errors of duplicate titles and pages was reduced dramatically)
I'm a not programmer and if somebody can make this code better will be great.( I found it in internet and make small changes)
In /includes/templates/YOUR TEMPLATE/common in html_header.php
direct after <title><?php echo META_TAG_TITLE; ?></title> need to add:
also you need to exclude in SSU settings (admin part) "Set Query Key's Exclude List" the " max_display "PHP Code:
<link rel="canonical" href="<?php
$original_url = HTTP_SERVER . $_SERVER['REQUEST_URI'];
$split_url = explode('?', $original_url);
$no_querystring_url = $split_url[0];
echo $no_querystring_url; ?>" />
you can check how the canonical work in this links of my site:
http://www.usim.co.il/nokia?max_disp...ort=20a&page=3
and
http://www.usim.co.il/nokia
Thanks