sef
January 2, 2009
Yannick Gaultier - 2009
http://www.gnu.org/copyleft/gpl.html GNU/GPL
shumisha@gmail.com
http://extensions.siliana.com
1.3.9
This component rewrites Joomla! URLs to be Search Engine Friendly. It has plugins, for handling various components, is Joomfish compatible, can work without .htaccess, manage duplicate URl, build up meta tags automatically or manually, and more. Please note this is still beta software, which means that we are still in the debugging process and some functions or behaviors may change in next version.
CREATE TABLE IF NOT EXISTS `#__redirection` (
`id` int(11) NOT NULL auto_increment,
`cpt` int(11) NOT NULL default '0',
`rank` int(11) NOT NULL default '0',
`oldurl` varchar(255) NOT NULL default '',
`newurl` varchar(255) NOT NULL default '',
`dateadd` date NOT NULL default '0000-00-00',
PRIMARY KEY (`id`),
KEY `newurl` (`newurl`),
KEY `rank` (`rank`),
KEY `oldurl` (`oldurl`)
) TYPE=MyISAM;
CREATE TABLE IF NOT EXISTS `#__sh404SEF_meta` (
`id` int(11) NOT NULL auto_increment,
`newurl` varchar(255) NOT NULL default '',
`metadesc` varchar(255) default '',
`metakey` varchar(255) default '',
`metatitle` varchar(255) default '',
`metalang` varchar(30) default '',
`metarobots` varchar(30) default '',
PRIMARY KEY (`id`),
KEY `newurl` (`newurl`)
) TYPE=MyISAM;
CREATE TABLE IF NOT EXISTS `#__sh404sef_aliases` (
`id` int(11) NOT NULL auto_increment,
`newurl` varchar(255) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `newurl` (`newurl`),
KEY `alias` (`alias`)
) TYPE=MyISAM;
install.sef.php
uninstall.sef.php
index.html
sef.php
sef404.php
sef_ext.php
sample-404-Not-Found.tpl.html
shCache.php
cache/shCacheContent.php
cache/index.html
sef_ext/com_banners.php
sef_ext/com_comprofiler.php
sef_ext/com_contact.php
sef_ext/com_content.php
sef_ext/com_deeppockets.php
sef_ext/com_docman.php
sef_ext/com_forum.php
sef_ext/com_fireboard.php
sef_ext/com_frontpage.php
sef_ext/com_hotproperty.php
sef_ext/com_joomlaboard.php
sef_ext/com_letterman.php
sef_ext/com_login.php
sef_ext/com_magazine.php
sef_ext/com_mtree.php
sef_ext/com_myblog.php
sef_ext/com_newsfeeds.php
sef_ext/com_news_portal.php
sef_ext/com_poll.php
sef_ext/com_rd_rss.php
sef_ext/com_registration.php
sef_ext/com_remository.php
sef_ext/dev_com_rsgallery2.php
sef_ext/com_search.php
sef_ext/com_smf.php
sef_ext/com_sobi2.php
sef_ext/com_user.php
sef_ext/com_virtuemart.php
sef_ext/com_weblinks.php
sef_ext/com_wrapper.php
sef_ext/sample_com_plugin.php
meta_ext/com_virtuemart.php
meta_ext/com_content.php
meta_ext/com_frontpage.php
meta_ext/com_smf.php
404SEF_cpanel.php
admin.sef.html.php
admin.sef.php
changelog.txt
custom.sef.php
index.html
install.sef.php
readme.inc.php
sh404sef.class.php
toolbar.sef.html.php
toolbar.sef.php
uninstall.sef.php
config/config.sef.php
config/index.html
language/dutch.php
language/english.php
language/german.php
language/germanf.php
language/germani.php
language/italian.php
language/spanish.php
language/french.php
language/hungarian.php
language/hungariani.php
language/russian.php
language/plugins/com_comprofiler.php
language/plugins/com_content.php
language/plugins/com_docman.php
language/plugins/com_fireboard.php
language/plugins/com_hotproperty.php
language/plugins/com_letterman.php
language/plugins/com_magazine.php
language/plugins/com_mtree.php
language/plugins/com_myblog.php
language/plugins/com_newsfeeds.php
language/plugins/com_poll.php
language/plugins/com_rd_rss.php
language/plugins/com_registration.php
language/plugins/com_remository.php
language/plugins/com_rsgallery2.php
language/plugins/com_search.php
language/plugins/com_smf.php
language/plugins/com_sobi2.php
language/plugins/com_user.php
language/plugins/com_virtuemart.php
language/plugins/com_weblinks.php
modules/mod_shCustomTags.php
modules/mod_shCustomTags.tmp
logs/index.html
security/index.html
security/sh404SEF_IP_black_list.txt
security/sh404SEF_IP_white_list.txt
security/sh404SEF_uAgent_black_list.txt
security/sh404SEF_uAgent_white_list.txt
images/config.png
images/cut-logs.png
images/cut-redirect.png
images/cut-url.png
images/down.png
images/external-black.png
images/external-white.png
images/help.png
images/info.png
images/sh404SEF-logo.png
images/sh404SEF-logo-big.png
images/logs.png
images/redirect.png
images/up.png
images/url.png