Hello Every one I am in a great problem plz help me out
currently my site paths are something like this
domain.com/watch_video.php?v=2238HDRSN3NY
when I use SEO URL it becomes a directory type
I want to rewrite this page some thing like this
domain.com/watch?v=cCoQxfR2gWU
or
domain.com/video?v=cCoQxfR2gWU
I am adding my htaccess line for the url rewriting plz
change this line as I required for my site plzzz help me outttt plzzzzzzz
htaccess line
RewriteRule ^video/(.*)/(.*) watch_video.php?v=$1&%{QUERY_STRING} [L]