Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to setup vanilla on localhost using live site backup(FTP and db back)
HI...
Is any method to have modify live site backup work on localhost. I try as follows
- Download FTP and DB backup
- Change config.php details
$Configuration['Database']['User'] = 'root'; $Configuration['Database']['Password'] = '';
But when i visit localhost/testsite it will be redirect to the live site
where vanilla set server path
(Creating fresh vanilla install and copy live site plugins,locales,themes will not help me..because change lot of inside the applications applications folder )
,also live site has lot of dummy data,so testing will be more easy if use live site back up db)
any Help
0
Comments
Have you tried deleting the cache of you mirror?
Yes
Don't know why it's redirect to live site
Maybe a custom .htaccess rule?
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Post the rest of your config, blanking anything 'Secret' (including installation ID & API keys) and any passwords.
Finally able to resolved problem
Change RewriteUrls to FALSE, it's works
$Configuration['Garden']['RewriteUrls'] = FALSE;
couldn't believed,later i change and rewrite also working as expect
$Configuration['Garden']['RewriteUrls'] = TRUE;
today accidentally i was able to understand real problem..
Never use same browser to surf your site and testing development
You can avoid issues of having multiple forums on the same browser.
http://vanillaforums.org/discussion/comment/203768/#Comment_203768
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.