• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] HELP!! Change SEO URL

Started by megaman79,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

megaman79Topic starter

Hello PHPVibe,

EMERGENCY HELP!!! If any one know how to do this please let me know.

How can I change the SEO URL Structure for the following:

I need to change my: domain.com/videos/browse/ to => domain.com/newvideos/browse/

Why I need to do this?

My old site php script use that format before, so now all my OLD Links are broken,
and when ever someone visit any OLD Videos under domain.com/videos/03949 for example.
it will be Forward it to the domain.com/show/03949 , saying there No Results for that Search,
thinking that the user make a Search but they did not make a search, is just that the old link
do not belong to PHPVibe SEO Structure.

So I need to changes the SEO URL /videos/browse/ to => /newvideos/browse/
so I can Redirect 301 all my OLD Links to my Main Page, because all my OLD Link Broken,
they belond to my old PHP Script.

I think this won;t mess up my site, because PHPVibe Videos URL, use: domain.com/video/

All I need to changes is the domain.com/videos/browse/ to domain.com/newvideos/browse/
"Very Happy with PHPVibe"
  •  

PHPVibe A.

This was a very easy change. Did you check vibesetts.php ?

define( 'videos', 'videos' );

to

define( 'videos', 'newvideos' );

megaman79Topic starter

Quote from: Alexander on
This was a very easy change. Did you check vibesetts.php ?

define( 'videos', 'videos' );

to

define( 'videos', 'newvideos' );


Thanks so much Alexander.
"Very Happy with PHPVibe"
  •  

Similar topics (7)