Log in

View Full Version : seo links on subdomain



orhun
11-11-2009, 09:26 PM
could someone help me to make seo links on subdomains?

what must i write in .htaccess file?

i normally write the code like below in my htacces files at other directories.
but same principle is not workig on subdomain.. what must i write? or must i change something ony my php.ini or apache server settings? or... i dont know.. do you have any idea?
ps: my subdomains are working fine, except seo links in it..


Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)/(.*)-(.*)\.html ../tr/page.php?p=$1&id=$2&pid=$3

orhun
12-01-2009, 01:37 PM
for example:
http://subdomain.site.com/p=index&id=14 "to"
http://subdomain.site.com/14.html

orhun
12-13-2009, 02:45 PM
?? i couldnt fix the problem yet