26-Dec-2012, 02:32 PM
Hi,
I've read the thread named "Keeping SEO URLs with Commentics" but I couldn't solve my own problem.
I have a rewrite rule like this :
so my urls like http://fxrehber.com/kurum.php?sef=xtb
turns into this:
http://fxrehber.com/xtb
When I try to sort comments, that does not work
My url look like this :
http://fxrehber.com/xtb?cmtx_sort=3&sef=...x_comments
Is there way to solve this, with or without htaccess?
Thank you
I've read the thread named "Keeping SEO URLs with Commentics" but I couldn't solve my own problem.
I have a rewrite rule like this :
Code:
RewriteRule ^([a-zA-Z0-9_-]+)$ /kurum.php?sef=$1
so my urls like http://fxrehber.com/kurum.php?sef=xtb
turns into this:
http://fxrehber.com/xtb
When I try to sort comments, that does not work
My url look like this :
http://fxrehber.com/xtb?cmtx_sort=3&sef=...x_comments
Is there way to solve this, with or without htaccess?
Thank you