I have used this code in my .htaccess file of root
RewriteEngine On
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews
RewriteCond %{QUERY_STRING} !dbseourl=
RewriteCond %{REQUEST_URI}...
I am using "[DBTech] DragonByte SEO 2.0.42 [L-DBSEO-14425K5V54HT] plugin in vBulletin version 4.2.5 . As I am trying to change the url of article page. As per the plugin setting it is specify that we can use [entry_id] or [entry_title]. But I want to display only entry title in article url. If...