http://s61.photobucket.com/albums/h65/mypins/?action=view¤t=configuration.jpg
However I do have:Use Search-Engine Safe URLs (still in development) set to false
Edited by a12c4magic, 05 June 2009, 11:16.
Posted 05 June 2009, 11:11
http://s61.photobucket.com/albums/h65/mypins/?action=view¤t=configuration.jpg
Edited by a12c4magic, 05 June 2009, 11:16.
Posted 05 June 2009, 11:16
a12c4magic, on Jun 5 2009, 11:34 AM, said:
http://192.168.1.68/catalog/clothing-months-c-27_31?cPath=27_31&sort=2a&action=buy_now&products_id=85
Posted 05 June 2009, 11:17
a12c4magic, on Jun 5 2009, 12:11 PM, said:
http://s61.photobucket.com/albums/h65/mypins/?action=view¤t=configuration.jpg
Posted 05 June 2009, 13:49
Posted 05 June 2009, 14:23
a12c4magic, on Jun 5 2009, 02:49 PM, said:
#Options +FollowSymLinks
Edited by FWR Media, 05 June 2009, 14:26.
Posted 05 June 2009, 15:42
http://192.168.1.68/catalog/accessories-c-25.html
http://192.168.1.68/catalog/accessories-c-25?cPath=25&sort=2a&action=buy_now&products_id=60
Options +FollowSymLinksand let you know what happens
Edited by a12c4magic, 05 June 2009, 15:48.
Posted 05 June 2009, 16:14
a12c4magic, on Jun 5 2009, 04:42 PM, said:
Posted 05 June 2009, 16:32
FWR Media, on Jun 5 2009, 05:14 PM, said:
http://192.168.1.68/catalog/accessories-c-25.htmlwith standard:
http://192.168.1.68/catalog/accessories-c-25.html
Edited by a12c4magic, 05 June 2009, 16:40.
Posted 06 June 2009, 22:35
<?php } // START STS 4.1 } // END STS 4.1 ?>
<?php } // ULTIMATE Seo Urls 5 by FWR Media usu::performance(); ?>
Posted 07 June 2009, 00:24
<?php } // START STS 4.1 } // END STS 4.1 // ULTIMATE Seo Urls 5 by FWR Media usu::performance(); ?>
Posted 07 June 2009, 07:44
Solan, on Jun 7 2009, 01:24 AM, said:
<?php } // START STS 4.1 } // END STS 4.1 // ULTIMATE Seo Urls 5 by FWR Media usu::performance(); ?>
/home/xxx/public_html/
/home/xxx/public_html
Posted 07 June 2009, 07:47
Solan, on Jun 7 2009, 01:24 AM, said:
<?php } // START STS 4.1 } // END STS 4.1 // ULTIMATE Seo Urls 5 by FWR Media usu::performance(); ?>
Posted 07 June 2009, 11:32
å=>å,ä=>ä,ö=>ö
Edited by Solan, 07 June 2009, 11:42.
Posted 07 June 2009, 12:02
Solan, on Jun 7 2009, 12:32 PM, said:
å=>å,ä=>ä,ö=>ö
$char_convert = array('å' => '', 'ä' => '', 'ö' =>'',
'Å' => '', 'Ä' => '', 'Ö' => '');
Edited by FWR Media, 07 June 2009, 12:04.
Posted 07 June 2009, 13:26
$char_convert = array('å' => 'å', 'ä' => 'ä', 'ö' => 'ö',
'Å' => 'Å', 'Ä' => 'Ä', 'Ö' => 'Ö');
Edited by Solan, 07 June 2009, 13:40.
Posted 07 June 2009, 15:00
Solan, on Jun 7 2009, 02:26 PM, said:
$char_convert = array('å' => 'å', 'ä' => 'ä', 'ö' => 'ö',
'Å' => 'Å', 'Ä' => 'Ä', 'Ö' => 'Ö');
$char_convert = array('æ' => 'ae', 'ø' => 'oe', 'å' =>'aa',
'Æ' => 'AE', 'Ø' => 'OE', 'Å' => 'AA', 'ä' => 'a',);
Edited by FWR Media, 07 June 2009, 15:02.
Posted 07 June 2009, 17:07
$char_convert = array('å' => 'a', 'ä' => 'a', 'ö' =>'o',
'Å' => 'A', 'Ä' => 'A', 'Ö' => 'O');
$char_convert = array('Ğ'=>'g', 'ğ'=>'g', 'Ü'=>'u', 'ü'=>'u', 'Ş'=>'s', 'ş'=>'s', 'İ'=>'i', 'ı'=>'i', 'Ö'=>'o', 'ö'=>'o', 'Ç'=>'c', 'ç'=>'c',);
Posted 07 June 2009, 17:17
Solan, on Jun 7 2009, 06:07 PM, said:
$char_convert = array('å' => 'a', 'ä' => 'a', 'ö' =>'o',
'Å' => 'A', 'Ä' => 'A', 'Ö' => 'O');
$char_convert = array('Ğ'=>'g', 'ğ'=>'g', 'Ü'=>'u', 'ü'=>'u', 'Ş'=>'s', 'ş'=>'s', 'İ'=>'i', 'ı'=>'i', 'Ö'=>'o', 'ö'=>'o', 'Ç'=>'c', 'ç'=>'c',);Posted 07 June 2009, 17:29
Edited by Solan, 07 June 2009, 17:32.