PDA

View Full Version : .htacess help please


jordan3114
01-05-2010, 08:31 AM
RewriteRule ^show/([^/]*)$ modules/channels/details.php?type=video&pname=$1 [L]

this will work ( domain.com/show/apple )
but how to i change to ( domain.com/apple )


RewriteRule ^([^/]*)$ modules/channels/details.php?type=video&pname=$1 [L]
I have try this before it work, but if i go other page it always link to this page

any solution ?

Thanks,
Jordan