Wrong URL Redirection

Should be working like that now?

No sir, How to configure so that all crackedbunch.000webhostapp.com/* links look crackedbunch.me/* in my website ?

Try putting this code in your .htaccess file

RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} !.*crackedbunch\.000webhostapp\.com$ [NC]
RewriteRule ^(.*)$ http://crackedbunch.me/$1 [R=302,L]

The reason we use 302 for testing is because it is “temporary” and reversible.

I have already same kind of code, please see below.

RewriteEngine On
RewriteCond %{HTTP_HOST} ^crackedbunch.000webhostapp.com$ [NC]
RewriteRule ^ http://crackedbunch.me [L,R]

should I overwrite ?

Yes, try replacing it with the above code

Not working.
error: redirected you too many times.

Seems to be fine here?
Use incognito / different browser then clear data if it works in them.,

Sir, I can’t replace all 000webhostapp links to my custom domain

This code preventing me from accessing wp-admin.

Not sure why you are having issues :confused:

Sorry for bothering you.:frowning::frowning:
wp-admin is working.

I changed URL by Wordpress settings option.

1 Like

Can I install origin Certificate or Let’s encrypt in 000webhost ?
How to do that ?

Not possible on the free plan sorry :frowning:

Can you tell me current issue on crackedbunch.me for me please ?