Re: Simple SEO URL [support thread]
From the wiki:
TROUBLESHOOTING: After installing itself, this module writes a file named ".keep" in admin\includes\module_installation, if your server doesnt allow it to do so, it may make the module attempting to install itself everytime. The fix is easy though, just manually create a .keep file there (after the module has already installed itself, of course)
Re: Simple SEO URL [support thread]
Hello Yellow
I am not sure why I always have problems when installing this mod.
I am installing this mod on a customer site that I am developing. Zen cart is installed in a subfolder names /dev/. I am installing the latest version 3.6.6. I have installed the .htaccess in the subfolder root so the link to it is public_html/dev/.htaccess the content of the .htaccess folder is"
Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Change "/zencart/ to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /dev/</PRE>
<PRE># Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]</PRE>
<PRE>RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]</PRE>
<PRE>RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU</PRE>
Here is the issue.
- The ssu_check.php doesn't load either.
- If I go to admin>extras>SSU Manager I get the following error:
Code:
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home6/eliteca1/public_html/dev/admin/includes/classes/ssu.php on line 12
Everything else in the admin works even the SSU configuration works. Now the site doesn't load even if the SSU was disabled.
Matter of fact just after I uploaded the files to the server the site will now load even if I remove the .htaccess.
The configure file is set as follow:
Code:
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.elitecarcovers.com');
define('HTTPS_SERVER', 'https://www.elitecarcovers.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/dev/');
define('DIR_WS_HTTPS_CATALOG', '/dev/');
Re: Simple SEO URL [support thread]
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home6/eliteca1/public_html/dev/admin/includes/classes/ssu.php on line 12
Server is running on PHP4, SSU 3+ requires php5
BTW, your htaccess looks weird, why do you have html inside?
Re: Simple SEO URL [support thread]
Hello.
Thanks for this module. I am having trouble configuring the manual alias section.
For instance, if I set Links to
http://localhost/iqglass/catalogue/i...=index&cPath=2
and Aliases to
http://localhost/iqglass/catalogue/radiators
I still get a URL of
http://localhost/iqglass/catalogue/iqg-radiators-c-2
Zen Cart 1.3.8a, SSU (simple_seo_url_3-5-8.zip).
Can you point me in the right direction please?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
thermal
That is not the correct way of setting alias, here is the tutorial:
http://wiki.rubikintegration.com/zen...ers/link_alias
video:
http://public.rubikintegration.com/t.../ssu_alias.htm
BTW, recommend to upgrade to 3.6.6
http://public.rubikintegration.com/
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home6/eliteca1/public_html/dev/admin/includes/classes/ssu.php on line 12
Server is running on PHP4, SSU 3+ requires php5
BTW, your htaccess looks weird, why do you have html inside?
That is weird the server have only php 5 and higher installed on it but that site is running on php 4.4.9 After reinstalling the php 5 in the cpanel it seems to work now but the cpanel still says that its running on 4.4.9 Zen cart server says 5.2
Thanks for your help
Re: Simple SEO URL [support thread]
Most web servers support both php4 and php5 at the same time, you just have to tell it which version to use :)
Re: Simple SEO URL [support thread]
Hi Yellow!!!
Really thank you for this update 3.6.6:clap:
very cool!
I noticed that now the 301 redirect with multilanguage support are disappear!
BEST!
Re: Simple SEO URL [support thread]
Glad you like it.
What do you mean by " I noticed that now the 301 redirect with multilanguage support are disappear!" BTW?
Re: Simple SEO URL [support thread]
in firebug, with old ssu when you change the language was 301 permanent redirection(not good for google) , now is ok : 200 ok