Yahoo web hosting with cakephp - cakephp

I have a problem with yahoo web hosting. I can't upload .htaccess files. So, my cakephp site is not working there.
how can correct this issue please help.

Can't upload .htaccess files?
Get a new hosting company.

You can also use cakephp without htaccess. See: http://book.cakephp.org/2.0/en/installation/url-rewriting.html#i-don-t-can-t-use-url-rewriting

Ask your hosting provider to fix the issue Or else watch out for different web hosting provider who can provide best customer support for all technical issues.

if you are not been able to upload .htaccess files through file sharing, try to upload with FTP. And still if not working, change web-host provider.
Or, else you can ask for same issue with your host provider.

Just simply contact them, but I do agree that there are more advanced hostings that you can choose for the best price. Whenever I face any problem with my hosting provider and they do not have answer for that this is a red flag.

Related

Firebase react project marked as "deceptive site ahead"

I deployed my page with firebase hosting.
For some reason, I get this safety error:
Users can write and read data from firebase (comments, replies), but can't of course read data for users collection. Did anyone have same problem? What can I do about it?
Here are links to:
live web site https://interactive-comment-sect-a2a31.web.app/
github repo https://github.com/tr43om/Texto
The issue could result with any of the following reason:
Your site has been infected with malware
Your site contains phishing pages
There's an issue with your SSL certificate
Your plugins have security vulnerabilities
Your website has questionable links
You offer suspicious downloads
To detect issue, use google search console and fix the issue as per recommendation.
source
Your Firebase API key is open to see anyone. It means your database can be hacked anytime. I think this can be an issue. Try to put your keys inside .env file. That will make your application more secure.

How can i retrive website URL from Joomla DB

i'm managing lot of websites, few of those are Joomla.
Last webmaster has gone without giving any help and i've those Joomla DB that i cannot understand which websites are related to.
I mean, on wordpress, i'd see on "option" table to check URL but where i can find this information on Joomla?
Thanks
Have a look in the configuration.php of each site instead. In them, you can see which database is connected to the specific site.
Joomla by itself does not store the web site URL in this tables or configuration files, and I take that as a merit over Wordpress. The advantage of not storing the URL is that I could simply change web server's configuration when I want to change a site's URL. Everything will appear perfectly, unless for some reason a programmer chose to hard-code the web site URL into his code (which is a very bad practice).
So I suggest look into web server's configuration to get your the document roots and then relate the configuration.php file in there to the databases.
So, no chances.
Only solution i see is to backup and delete DBs one by one, if more than one, and see which website has gone "offline"

Wordpress plugin for backup with full back-end

I have to work with a WordPress site, which is live now, and I want to install it locally.
My client has its web-hosting through another developer's account => No access to web-hosting files. There is no way to get in contact with that developer.
When I use a WP backup plugin I only deploy the homepage. I can not deploy any other file.
Is any other (legal/moral) way/plugin to download the full back-end so I can install completely that WordPress site?
Thanks in advance!
BackupBuddy plugin is good for backup and restore. With the help of this plugin you can take backup of full site and database also.
Just to inform others that may have the same question.
I have tried with this plugin (BackupBuddy) and others. You can download a database which will only perform the home page, but it has no access to others DB files, so it shows error 500.
My only choice was to get the host server account and login for downloading the complete database. It makes sense for security reasons.

Deploying a cakePHP app on cpanel

I need guidance on how to host a cakephp app on cpanel. Apparently when I put my app on a shared server I get an error missing controller and yet all was well when running the app on localhost. please help
cPanel is just a control panel for your box and makes to change set to Apache or light speed that you couldn't do without it. That being said, the only things I would check first would be to check your database connection, makes sure your server has mod_rewrite enabled and that you're using a compatible version of php for cakephp AND your plugins.

Is it possible to create myapp in GAE, but disable access from myapp.appspot.com?

If I want to deploy anything on Google Apps, I'll have to create an application in Google App Engine, is that right? Is there a way to use FTP like in other web hosting services?
If I have myapp in GAE, and I already let myownsite.com to use this app. But I don't want anyone else to use this app on myapp.appspot.com, how can I do it?
Thanks in advance!
Perhaps not the best solution, but you can use self.request.headers["HOST"] in your handler to see which domain the request was requested to and redirect the user based on that.
You will need to upload your application. There is no FTP access for that as far as I know, but the GAE SDK contains a commandline tool to do that. You can also do it from IDE.
There is always an associated myapp.appspot.com domain with your application, so no one will take it. But you can also use your own domain (but not for SSL!). But you cannot also block access through myapp.appspot.com, but in Java you can create a filter that will redirect all requests to your custom domain. And keep in mind you cannot use naked domains (without www) in GAE.

Resources