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
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