viper Posted January 25 Posted January 25 I want to change url like this Quote mysite/video/341500/ How do I do this? And does this have any effect on SEO? Quote
Tech Support Posted January 26 Posted January 26 In your .htaccess file inside a www root you need to find this rule: RewriteRule ^videos/([^/]+)/$ view_video.php?dir=$1 [L,QSA] and change it like this RewriteRule ^video/([^/]+)/$ view_video.php?id=$1 [L,QSA] Then you can go to Settings -> Website settings and change Video page URL pattern option to video/%ID%/ For SEO effect we don't know. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.