• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] change address after install

Started by poyagh,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

poyaghTopic starter

Hi. I was installed phpvibe script in http://tv.domain.com. But my general domain is https://domain.com and that subdomain is not accessible by https://domain.com/tv (Error 404). How can I set new address for that subdomain? (I want remove tv.domain.com and change it to https://domain.com/tv )
  •  

vlmal

Quote from: poyagh on
Hi. I was installed phpvibe script in http://tv.domain.com. But my general domain is https://domain.com and that subdomain is not accessible by https://domain.com/tv (Error 404). How can I set new address for that subdomain? (I want remove tv.domain.com and change it to https://domain.com/tv )

Try writing an exception rule for domain.com/tv in .htaccess, it might work then.
  •  

poyaghTopic starter

  •  

marketania

I got version 4, how come i can't get version 5 ?? never mind, i think its under my name -> upgrade button right the 30 pounds price ?

also price here is wrong http://www.phpvibe.com/phpvibe-demo/
  •  

spirog

  •  

poyaghTopic starter

No, I don't want to off https. I want to load my site as https://domain.com/tv
But when I change the adress to https://domain.com/tv in config file that adress is related to main site and it show the 404 page template of main site.
  •  

neospider69

did you moved your files to the tv folder?
  •  

Marius P.

Hi!

Before moving:

- Open the admin, go to Settings -> Permalinks section and set tv in the base path field.
- Open the main .htaccess file and change RewriteRule from / to /tv
- Open vibe_config.php and change the site_url field to the new link of the site.

This should be all.


If you can't open the admin panel, open index.php and find


if(!nullval(get_option('SiteBasePath',null))) {
$router->setBasePath('/'.get_option('SiteBasePath'));
}



Replace it with



$router->setBasePath('/tv');


Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)