php - Redirect using wildcards in Joomla -
i'm on joomla , there redirect component in joomla in can enter source , destination urls. want achieve this
www.mysite.com/index.php/community/profile/1005
should redirected
www.mysite.com/index.php/connect/profile/1005
the problem here number "1005" variable , keeps changing profile. tried source: www.mysite.com/index.php/connect/profile/(.*) destination: www.mysite.com/index.php/connect/profile/$1
but isn't working. highly appreciated!!
i think want regular expression changes urls starting "www.mysite.com/index.php/community/profile/". it's not difficult, should add htaccess. check guide: http://www.webforgers.net/mod-rewrite/mod-rewrite-syntax.php
Comments
Post a Comment