I want to change rewrite url to remove id number, so
site/2-post.html
--> Normally
site/post.html
--> That I want
Is it possible ? I've checked modules php files and changed codes where was necessary, but in .htaccess
couldn't unable to set. my .htaccess
is here I guess there is necessarry part when I changed it some problems happend
RewriteRule ^([0-9]+)-([^/]*)\.html$ /index.php?newsid=$1&seourl=$2 [L]