Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,666

Results 4,661 to 4,680 of 5,058
14 Dec 2010, 3:31 PM
#4661
stirge avatar

stirge

New Zenner

Join Date:
Nov 2010
Posts:
10
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

stirge:

[13-Dec-2010 22:49:26] PHP Warning: require(/home//public_html/includes/classes/ssu/plugins/parsers/news_articles.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home//public_html/includes/init_includes/init_ssu.php on line 49
[13-Dec-2010 22:49:26] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/home//public_html/includes/classes/ssu/plugins/parsers/news_articles.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home//public_html/includes/init_includes/init_ssu.php on line 49

Well I fixed my issue. apparently my news_articles.php was named newsArticles.php, renamed the file, everything went peachy.

15 Dec 2010, 1:46 AM
#4662
tesefoti avatar

tesefoti

New Zenner

Join Date:
Jul 2010
Location:
Italy
Posts:
66
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I'm having a problem with this, it gets to a redirect loop. I have a shared SSL and my configure.php and .htaccess are as follow:

configure.php

  define('HTTP_SERVER', 'http://www.mysite.com');
  define('HTTPS_SERVER', 'https://secure.hosting.com');

  // Use secure webserver for checkout procedure?
  define('ENABLE_SSL', 'true');

// 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', '/');
  define('DIR_WS_HTTPS_CATALOG', '/~myusername/');

and the .htaccess is:

# To set your custom php.ini, add the following line to this file:
# suphp_configpath /home/yourusername/path/to/php.ini

#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "~subfolder" and "catalog" to whatever they are on your server.
RewriteBase /~myusername/ 

# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

# STRIP THE REWRITEBASE RULE FROM NON-SSL CONNECTIONS.
# Make sure to change "~subfolder" and "catalog" to whatever they are on your server.
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} ^/~myusername/
RewriteRule ^(.*) /index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU

Everythin is fine in the non-SSL pages but as soon as I click login it will go into a loop making it like https:/secure.host.com/~myusername/~myusername/~myusername/~myusername/login?zenid=hash and it should be something like https:/secure.host.com/~myusername//login?zenid=hash

Any idea? I suspect it's something concerning the .htaccess... Thank you.

15 Dec 2010, 12:12 PM
#4663
tesefoti avatar

tesefoti

New Zenner

Join Date:
Jul 2010
Location:
Italy
Posts:
66
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Something strange happened this morning, it suddently started working. I suppose was something related to cache... Can anyone still take a look at the code to see if it makes any sense? My .htaccess skills are close to 0. Thanks

15 Dec 2010, 12:31 PM
#4664
neit avatar

neit

Zen Follower

Join Date:
Feb 2010
Posts:
140
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

This are the steps I got to get this working.

  1. Installed module manager
  2. As a result of trying to different versions I had a number of
    files in different places. I went through the install proceedures
    and removed all files referring to the 2 separate versions.

As I have direct access to my database through phpmyadmin.
I ran the follow sql query at:

http://wiki.rubikintegration.com/zencart/modules/ssu/uninstallation

Then and droped any tables referring to ssu and deleted its
record from the module version tracker table.

I am now using version 3.8.5 which I got from easycommerce.

I followed the install instrucations at:

http://wiki.rubikintegration.com/zencart/modules/ssu/installation

And installed the files to their correct folders.

Next I logged into the admin and went to extras>Simple SEO URL Manager.

A few scripts ran and automatically installed.
I know could access simple seo under both extras>Simple SEO URL Manager and configuration>simple seo url.

When I turned simple seo I was getting no file specified when
I tried to view pages (Related to my host).

I then followed the instructions at:
http://wiki.rubikintegration.com/zencart/modules/ssu/troubleshootings/no_input_file_specified

Except I added: cgi.fix_pathinfo = 1 to the php.ini folder in my
root folder and not the zencart folder.

I also edited the htaccess file in the zencart folder

RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]

to

RewriteRule ^(.+) index.php?/$1 [E=VAR1:$1,QSA,L,PT]

Not sure which of this worked (or have an advise effect doing both) but resolved my issues.

My Urls are now currently showing up as expected

store/brake-disc-and-pad-kits-c-7 etc... in the code.

15 Dec 2010, 9:04 PM
#4665
corseter avatar

corseter

New Zenner

Join Date:
Jun 2010
Location:
Crossmolina, Ireland
Posts:
55
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

corseter:

Hi, I've just found out that when i try to create a sitemap the main category pages are not appearing in the sitemap. I cannot figure out why? Any ideas? The site I am working on is https://www.postacardforme.com. I am running the Simple SEO and using http://www.xml-sitemaps.com but is says that the pages are 404, but if you click on any of them they work fine. What have I missed?

Anyone able to help me with this? I have it running on another site and it works perfectly, but not on this one. cannot figure out why?:frusty:

15 Dec 2010, 9:55 PM
#4666
corseter avatar

corseter

New Zenner

Join Date:
Jun 2010
Location:
Crossmolina, Ireland
Posts:
55
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

corseter:

Anyone able to help me with this? I have it running on another site and it works perfectly, but not on this one. cannot figure out why?:frusty:

For some reason this install requires the .htaccess file to be located in the root of the zencart installation directory and not in the base directory of the site. If I remove this file the site does not work despite having everything written into the file in the root directory.:(

15 Dec 2010, 10:36 PM
#4667
corseter avatar

corseter

New Zenner

Join Date:
Jun 2010
Location:
Crossmolina, Ireland
Posts:
55
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

corseter:

For some reason this install requires the .htaccess file to be located in the root of the zencart installation directory and not in the base directory of the site. If I remove this file the site does not work despite having everything written into the file in the root directory.:(

The only difference I can find is that the working installation i s version 3.5.8 and the faulty one is version 3.8.5

22 Dec 2010, 1:30 PM
#4668
d030433 avatar

d030433

New Zenner

Join Date:
Nov 2010
Posts:
38
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

what the latest version of Simple SEO URL ? It is 3.8.5? where can I download the lastest version? who can help me?

23 Dec 2010, 3:23 PM
#4669
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

d030433:

what the latest version of Simple SEO URL ? It is 3.8.5? where can I download the lastest version? who can help me?
The latest version is Beta 3.8.8 You can download it from here.

23 Dec 2010, 4:20 PM
#4670
eastman avatar

eastman

New Zenner

Join Date:
Dec 2010
Posts:
1
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hello dear,Many thanks for sharing this great information..........


outdoor cooking

23 Dec 2010, 4:29 PM
#4671
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Simple SEO URL (OLD version) [support thread]

d030433:

what the latest version of Simple SEO URL ? It is 3.8.5? where can I download the lastest version? who can help me?

countrycharm:

The latest version is Beta 3.8.8 You can download it from here.And since you've indicated in the Ceon URI Support thread that you've already installed Ultimate URLs and Ceon URI Mapping, you need to understand that you CANNOT install MULTIPLE SEO mods together.. You need to PICK ONE of these modules and stick with it.. The various SEO mods are NOT designed to work with each other.. So pick a path:

  • Ultimate URLs
  • Simple SEO URL
  • Ceon URI MappingYou CANNOT install any combination of these mods TOGETHER. They simply will fail..

Also it bears saying this as well.. You need to THOROUGHLY read the readme files for whichever SEO mod you choose, and when posting questions on the forum don't simply post a blanket "who can help me?" statement without first reading the readme file and searching these support threads.. (where many of the most frequently answered questions have already been answered)

If after searching the forum and reading the readme you still need help, the community is happy to help, but you have to clarify what you need help with.. simply say "who can help me?" without any indication that you've read the readme or support threads translates to many as saying "I didn't feel like reading all of this stuff.. can you just do this for me"

24 Dec 2010, 1:19 AM
#4672
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

DivaVocals:

And since you've indicated in the Ceon URI Support thread that you've already installed Ultimate URLs and Ceon URI Mapping, you need to understand that you CANNOT install MULTIPLE SEO mods together.. You need to PICK ONE of these modules and stick with it.. The various SEO mods are NOT designed to work with each other.. So pick a path:

  • Ultimate URLs
  • Simple SEO URL
  • Ceon URI Mapping

You CANNOT install any combination of these mods TOGETHER. They simply will fail..

Also it bears saying this as well.. You need to THOROUGHLY read the readme files for whichever SEO mod you choose, and when posting questions on the forum don't simply post a blanket "who can help me?" statement without first reading the readme file and searching these support threads.. (where many of the most frequently answered questions have already been answered)

If after searching the forum and reading the readme you still need help, the community is happy to help, but you have to clarify what you need help with.. simply say "who can help me?" without any indication that you've read the readme or support threads translates to many as saying "I didn't feel like reading all of this stuff.. can you just do this for me"

CountryCharm strongly nodes in agreement......:yes:

27 Dec 2010, 3:58 AM
#4673
carstickersdecals avatar

carstickersdecals

New Zenner

Join Date:
Mar 2010
Posts:
22
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hello all.. I just installed Simple SEO URL and everything seems to be working great.. The only thing I see is that its not adding .html to the end of categories and products..

Zen Cart 1.3.8

27 Dec 2010, 4:29 AM
#4674
carstickersdecals avatar

carstickersdecals

New Zenner

Join Date:
Mar 2010
Posts:
22
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

CarStickersDecals:

Hello all.. I just installed Simple SEO URL and everything seems to be working great.. The only thing I see is that its not adding .html to the end of categories and products..

Zen Cart 1.3.8

Simple SEO URL 3.5.7

27 Dec 2010, 5:16 AM
#4675
carstickersdecals avatar

carstickersdecals

New Zenner

Join Date:
Mar 2010
Posts:
22
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

CarStickersDecals:

Simple SEO URL 3.5.7

Upgraded to 3.8.5 Still having the same issue.. Everything work great.. Except .html extension is not showing for categories and products..

27 Dec 2010, 8:40 AM
#4676
itknightdut avatar

itknightdut

New Zenner

Join Date:
Dec 2010
Posts:
1
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi.
Sorry, i speak english not well.
I am using version 1.3.8 of zen cart and 3.8.5 of simple seo url.
After i installed simple seo url, it's work.
but, i want to install a vietnamese version (ssu)
EX: Title: giường tầng trẻ em -> Alias: giuong-tang-tre-em
I created file vi.php in /includes/classes/ssu/plugins/languages/

<?php
/**
* @package Pages
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: ru.php 218 2009-07-20 02:38:17Z yellow1912 $
*/
// note: we can later move part of this function into sub-functions, which we can store in the base class.
class SSULanguageVi extends SSULanguage{
static function parseName($name){
$cyrillic = array(“ơ”, “Ơ”, “ó”, “Ó”, “ò”, “Ò”, “ọ”, “Ọ”, “ỏ”, “Ỏ”, “õ”, “Õ”, “ớ”, “Ớ”, “ờ”, “Ờ”, “ợ”, “Ợ”, “ở”, “Ở”, “ỡ”, “Ỡ”, “ô”, “Ô”, “ố”, “Ố”, “ồ”, “Ồ”, “ộ”, “Ộ”, “ổ”, “Ổ”, “ỗ”, “Ỗ”, “ú”, “Ú”, “ù”, “Ù”, “ụ”, “Ụ”, “ủ”, “Ủ”, “ũ”, “Ũ”, “ư”, “Ư”, “ứ”, “Ứ”, “ừ”, “Ừ”, “ự”, “Ự”, “ử”, “Ử”, “ữ”, “Ữ”, “â”, “”, “á”, “Á”, “à”, “À”, “ạ”, “Ạ”, “ả”, “Ả”, “ã”, “Ô, “ấ”, “Ấ”, “ầ”, “Ầ”, “ậ”, “Ậ”, “ẩ”, “Ẩ”, “ẫ”, “Ẫ”, “ă”, “Ă”, “ắ”, “Ắ”, “ằ”, “Ằ”, “ặ”, “Ặ”, “ẳ”, “Ẳ”, “ẵ”, “Ẵ”, “ế”, “Ế”, “ề”, “Ề”, “ệ”, “Ệ”, “ể”, “Ể”, “ễ”, “Ễ”, “é”, “É”, “è”, “È”, “ẹ”, “Ẹ”, “ẻ”, “Ẻ”, “ẽ”, “Ẽ”, “ê”, “Ê”, “í”, “Í”, “ì”, “Ì”, “ỉ”, “Ỉ”, “ĩ”, “Ĩ”, “ị”, “Ị”, “ý”, “Ý”, “ỳ”, “Ỳ”, “ỷ”, “Ỷ”, “ỹ”, “Ỹ”, “ỵ”, “Ỵ”, “đ”, “Đ”);
$translit = array(“o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “i”, “i”, “i”, “i”, “i”, “i”, “i”, “i”, “i”, “i”, “y”, “y”, “y”, “y”, “y”, “y”, “y”, “y”, “y”, “y”, “d”, “d”);
$name = str_replace($cyrillic, $translit, $name);
$name = strtolower($name);
// we replace any non alpha numeric characters by the name delimiter
$name = self::removeNonAlphaNumeric($name, SSUConfig::registry(‘delimiters’, ‘name’));
// Remove short words first
$name = self::removeShortWords($name, SSUConfig::registry(‘configs’, ‘minimum_word_length’), SSUConfig::registry(‘delimiters’, ‘name’));
// trim the sentence
$name = self::trimLongName($name);
// remove excess SSUConfig::registry(‘delimiters’, ‘name’)
$name = self::removeDelimiter($name);
// remove identifiers
$name = self::removeIdentifiers($name);
// remove trailing _
$name = trim($name, SSUConfig::registry(‘delimiters’, ‘name’));
return urlencode($name);
}
}
<?php/*** @package Pages* @copyright Copyright 2003-2006 Zen Cart Development Team* @copyright Portions Copyright 2003 osCommerce* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0* @version $Id: ru.php 218 2009-07-20 02:38:17Z yellow1912 $*/	// note: we can later move part of this function into sub-functions, which we can store in the base class.class SSULanguageVi extends SSULanguage{ static function parseName($name){	 $cyrillic = array(“ơ”, “Ơ”, “ó”, “Ó”, “ò”, “Ò”, “ọ”, “Ọ”, “ỏ”, “Ỏ”, “õ”, “Õ”, “ớ”, “Ớ”, “ờ”, “Ờ”, “ợ”, “Ợ”, “ở”, “Ở”, “ỡ”, “Ỡ”, “ô”, “Ô”, “ố”, “Ố”, “ồ”, “Ồ”, “ộ”, “Ộ”, “ổ”, “Ổ”, “ỗ”, “Ỗ”, “ú”, “Ú”, “ù”, “Ù”, “ụ”, “Ụ”, “ủ”, “Ủ”, “ũ”, “Ũ”, “ư”, “Ư”, “ứ”, “Ứ”, “ừ”, “Ừ”, “ự”, “Ự”, “ử”, “Ử”, “ữ”, “Ữ”, “â”, “”, “á”, “Á”, “à”, “À”, “ạ”, “Ạ”, “ả”, “Ả”, “ã”, “Ô, “ấ”, “Ấ”, “ầ”, “Ầ”, “ậ”, “Ậ”, “ẩ”, “Ẩ”, “ẫ”, “Ẫ”, “ă”, “Ă”, “ắ”, “Ắ”, “ằ”, “Ằ”, “ặ”, “Ặ”, “ẳ”, “Ẳ”, “ẵ”, “Ẵ”, “ế”, “Ế”, “ề”, “Ề”, “ệ”, “Ệ”, “ể”, “Ể”, “ễ”, “Ễ”, “é”, “É”, “è”, “È”, “ẹ”, “Ẹ”, “ẻ”, “Ẻ”, “ẽ”, “Ẽ”, “ê”, “Ê”, “í”, “Í”, “ì”, “Ì”, “ỉ”, “Ỉ”, “ĩ”, “Ĩ”, “ị”, “Ị”, “ý”, “Ý”, “ỳ”, “Ỳ”, “ỷ”, “Ỷ”, “ỹ”, “Ỹ”, “ỵ”, “Ỵ”, “đ”, “Đ”);   $translit = array(“o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “o”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “u”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “a”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “e”, “i”, “i”, “i”, “i”, “i”, “i”, “i”, “i”, “i”, “i”, “y”, “y”, “y”, “y”, “y”, “y”, “y”, “y”, “y”, “y”, “d”, “d”);	 $name = str_replace($cyrillic, $translit, $name);	 $name = strtolower($name);   	 // we replace any non alpha numeric characters by the name delimiter	 $name = self::removeNonAlphaNumeric($name, SSUConfig::registry(‘delimiters’, ‘name’));	 // Remove short words first	 $name = self::removeShortWords($name, SSUConfig::registry(‘configs’, ‘minimum_word_length’), SSUConfig::registry(‘delimiters’, ‘name’));	 // trim the sentence	 $name = self::trimLongName($name);	 // remove excess SSUConfig::registry(‘delimiters’, ‘name’)	 $name = self::removeDelimiter($name);	 // remove identifiers	 $name = self::removeIdentifiers($name);	 // remove trailing _	 $name = trim($name, SSUConfig::registry(‘delimiters’, ‘name’));	 return urlencode($name);	 }}

In file /includes/classes/ssu/config.php, i edited

‘languages’ => array( ‘vi’ => ‘default’)

URL: http://vietkids.net/n-7897-i-th-7845-t-ph-ng-ng-7911/t-n-s-7843-n-ph-78497903-273-y
I want: http://vietkids.net/noi-that-phong-ngu/

Can you help me?

27 Dec 2010, 11:01 AM
#4677
tilenk avatar

tilenk

New Zenner

Join Date:
Sep 2009
Posts:
37
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hello.

Minor problem after instalation, I think :)

SSU: 3.8.5
ZenCart: v1.3.9f

Installed Module Manager, installed SSU as per instructions, set Auto Alias , SSU status and SSU Multilanguage status to "True" with admin/ssu config, but I'm getting ... wierd looking URL's nonetheless.. :)

Instead of ... for example mywebsite.com/letne-gume , I'm only getting mywebsite.com/-c-2 ...

where did It all go wrong?

27 Dec 2010, 1:02 PM
#4678
tilenk avatar

tilenk

New Zenner

Join Date:
Sep 2009
Posts:
37
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

tilenk:

Hello.

Minor problem after instalation, I think :)

SSU: 3.8.5
ZenCart: v1.3.9f

Installed Module Manager, installed SSU as per instructions, set Auto Alias , SSU status and SSU Multilanguage status to "True" with admin/ssu config, but I'm getting ... wierd looking URL's nonetheless.. :)

Instead of ... for example mywebsite.com/letne-gume , I'm only getting mywebsite.com/-c-2 ...

where did It all go wrong?

EDIT: My latest Debug report stating

[27-Dec-2010 14:00:07] PHP Warning:  call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'SSULanguageSl::parseName' was given in /home/myname/public_html/includes/classes/ssu/cores/language.php on line 13
27 Dec 2010, 4:11 PM
#4679
belaze avatar

belaze

New Zenner

Join Date:
Dec 2006
Posts:
84
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

CarStickersDecals:

Upgraded to 3.8.5 Still having the same issue.. Everything work great.. Except .html extension is not showing for categories and products..

I have used this mod for about 2 years and never have I've seen the .html extension at the end. I don't think this mod does that.

cheers

28 Dec 2010, 4:23 AM
#4680
carstickersdecals avatar

carstickersdecals

New Zenner

Join Date:
Mar 2010
Posts:
22
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

belaze:

I have used this mod for about 2 years and never have I've seen the .html extension at the end. I don't think this mod does that.

cheers

Do I need the .html at the end.... ????