Magento2 Home Page Blank After Running Caching - magento2

Hello we are having issues with our magento2 site we ran the cache and now our website looks like this what can we do ?

Related

Need to run magento website in subdirectory

I have a website in a server which is another plateform but I need a set up magento website in sub folder And the error says is :- This page isn’t workinge redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
Please anyone help me on that.
Errors on setup and need to run the website.

ionic app not able to refresh due to /home routing

Built a fresh ionic v5 app from blank template. Added minimal logic to the home page for a simple toy project and deployed to a static blob on Azure.
Copied www folder to a blob and then made it public. Surf to the URL of index.html but this produced many errors of runtime.js:1 Failed to load resource: the server responded with a status of 400 (One of the request inputs is out of range.)
So then I tried a fresh storage module and used the 'static website` option and that does work except...
when it runs, it adds /home to the address and if the user tries to refresh the page then it fails with The requested content does not exist. because of course it thinks that's a resource inside the site.
You can simulate this by running a server (eg. http-server) inside the www folder, run the app then refresh with F5. I notice there is no problem when running using the dev command ng serve
Older ionic projects didn't have this problem. Have I done something peculiar?
This prevents any mobile phone from viewing the app and then adding to home screen because it includes the /home in the address.
Have found a partial solution here
https://stackoverflow.com/a/56584151/769427
which describes using the 404 page setting of a static website to point at index.html.
It does make it work (and with deep linking too) but the disadvantage is that a 404 error is registered each time in the dev tools.

Redirection After authentication on shared host in Zend framework 2

I am also trying to deploy a ZendSkeletonApplication on a shared host but I am facing some problem regarding redirection. The problem is when a user try to login it gets stuck to /projectname/user/authenticate. It doesn't get redirected to dashboard after authentication.Unfortunately all i see is a white, empty page. Locally it worked perfectly Here it looks like Zend doesn't recognize that it should do anything with this url and redirecto to appropriate action.
Thanks in advance
The problem is presented by the new release of PHP. Try updating your version of php above 3.xx. I upgraded to the latest version of php in the hosting and the problem was solved. PHP 5

Magento Downloader not working

In magento application , when i click on magento connect
it will goes to error page with url as :
http://mysite.com/downloader/?return=http%3A%2F%2Fmysite.com%2Findex.php%2Fadmin%2F
How to overcome this issues?.
After an upgrade of Fishpig / Magento WordPress Integration I was unable to access Magento connect Manager for about 2 months. I had to uninstall it through FTP (download the extension to get information about every file and folder in your Magento installation.)
After removing FishPig you will see a scary error but do not worry as you can just clean the cache using agento-cleanup.php.

Kentico CMS: Page not found URL

Kentico CMS
I have created a custom 404 page to redirect to when someone hits a 404/page not found error.
And then in Site Manager > Settings > Content I have added the URL location for this custom page.
Now when I try to navigate to a page that doesnt exist in my site I still get the standard 404 Server Error page. Why is it not redirecting to my custom page?
Site Structure:
Site Manager > Settings Page:
If you're using extensionless urls (looks like it), have you changed the 404 settings within IIS? You need to map the 404 error to Kentico's handler, /cmspages/handler404.aspx.
IIS 7 Instructions.
IIS 6 Instructions