$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>homepage - Why my home page doesnt work?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

homepage - Why my home page doesnt work?

matteradmin11PV0评论

I migrated my website from one hosting to another by importing the DB and reinstalling the old exported DB on the new hosting. I have also re-installed the wordpress template. The result is the following:

/

The original home page is as follows, and on the old hosting it worked well. /?xt-preview

Please help me!

I migrated my website from one hosting to another by importing the DB and reinstalling the old exported DB on the new hosting. I have also re-installed the wordpress template. The result is the following:

https://www.sea-dobbiaco.bz.it/

The original home page is as follows, and on the old hosting it worked well. https://goodnews.xplodedthemes/news-flash/?xt-preview

Please help me!

Share Improve this question asked Jan 24, 2019 at 10:12 AndreaAndrea 1
Add a comment  | 

2 Answers 2

Reset to default 0

On your site you can see things like

    [vc_row xt_pattern_opacity=”100″ xt_bg_repeat=”repeat-y” xt_text_scheme=”lighter- 
    overlay”][vc_column width=”2/3″ css=”.vc_custom_1440884085800{padding-right: 0px  
    !important;padding-left: 0px !important;}”][vc_row_inner][vc_column_inner]

It show that your theme is using Visual composer plugin but it is not activated so you have got to upload it and activate it.

I think that the error is caused by the .htaccess file in the themes folder. Also, there might be some wrong Apache Directives that is causing issue with the themes folder in upstream .htaccess files. You should check if there is permission conflicting redirection loops or aliases. You should also check the permissions on the themes folder.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far