Install Bludit in free web hosting

User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

How to install Bludit in different free web hostings.

000webhost.com
Video tutorial: https://www.youtube.com/watch?v=KGwdL_1qW0g
JaimeBurgos
Jr. Bludit
Posts: 1
Joined: Thu Aug 08, 2019 11:31 am

Thanks for sharing the process. It really has ease the job. However, I want to know if the process is same for the Linode hosting server. If not then please create one generalized video covering other hosting providers. For example a video tutorial which lies for Microsoft Azure, Linode, and Cloudways, etc.
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

JaimeBurgos wrote: Thu Aug 08, 2019 12:31 pm Thanks for sharing the process. It really has ease the job. However, I want to know if the process is same for the Linode hosting server. If not then please create one generalized video covering other hosting providers. For example a video tutorial which lies for Microsoft Azure, Linode, and Cloudways, etc.
The Linode hosting server is free ?
User avatar
egglejan
Jr. Bludit
Posts: 3
Joined: Sat Jul 10, 2021 8:05 pm

This is a very useful video tutorial
User avatar
nferrari
Jr. Bludit
Posts: 1
Joined: Tue Jan 25, 2022 5:43 pm
Been thanked: 1 time

Hello,

Bludit is available on alwaysdata Marketplace, meaning it can be installed with very few information, and in less then a minute. We do provide a free plan that is good enough to host Bludit 8-)

There you go: https://www.alwaysdata.com/en/marketpla ... rer:bludit

Regards,
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

That's great! Thank you!
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
1dtravel
Ssr. Bludit
Posts: 22
Joined: Sun Apr 09, 2023 5:12 pm

I Install Bludit in free web hosting.

My website was working at home. At localhost/bludit/. Now I have moved the site to hosting. In which files should I change the data in order for the site to work on my domain site.com?

I copied the files from the local hosting. Why am I getting error 500. If I want to log in to the site at mysite.com/admin / ?

The main page opens and there is no error. Error when I click a link or want to login.
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

You can use the plugin Domain Migrator:

https://plugins.bludit.com/plugin/domain-migrator

Or you can change the URL in the file site.php in the directory /bl-content/databases.

Depending on the use of absolute or relative paths in the content you have to modify the links to images etc. manually.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
1dtravel
Ssr. Bludit
Posts: 22
Joined: Sun Apr 09, 2023 5:12 pm

I was able to change the address in the admin panel to my domain. But the site is not working. Only the main page opens. Other pages are not working? Why?
Check it https://dtravel.name/burj-al-arab-hotel-location

https://dtravel.name/index.php

I see a error has appeared. The link should not be like this. It needs to be redirected 301. Otherwise it's a double. This is bad for the SEO.

I think a problem on .htaccess / Please, verify :
<IfModule mod_rewrite.c>

# Enable rewrite rules
RewriteEngine on

# Base directory
RewriteBase /

# Deny direct access to the next directories
RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L]

# All URL process by index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [PT,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

</IfModule>
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Please try with the default .htaccess:
AddDefaultCharset UTF-8

<IfModule mod_rewrite.c>

# Enable rewrite rules
RewriteEngine on

# Base directory
#RewriteBase /

# Deny direct access to the next directories
RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L]

# All URL process by index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [PT,L]

</IfModule>
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply