due to some experimenting, I did not keep the original file and dont know whats wrong. Site crashed!
Some hints… Site works if you use k-development.eu/content , if you use www. it gets error message. If you use though www.k-development.eu/content/index.php it works
Error = Warning: require(/home/kdevelopment/public_html/content/content/wp-blog-header.php): failed to open stream: No such file or directory in /home/kdevelopment/public_html/content/index.php on line 17
Fatal error: require(): Failed opening required ‘/home/kdevelopment/public_html/content/content/wp-blog-header.php’ (include_path=‘.:/opt/php54/lib/php’) in /home/kdevelopment/public_html/content/index.php on line 17
I’m guessing it is a WordPress site and have very little knowledge of how they are setup.
Take a look at the error message and note the content folder is referenced twice which looks incorrect. Line 17 of ./content/index.php looks like a relative path is being called incorrectly.
Please post the preceding and relevant error lines.
Edit:
It is also worth noting that a htaccess 302 temporary redirection is preferred while testing because a 301 redirect is sent to every global router instructing them to always treat the redirection as permanent. Try Googling for how to restore a permanent 301 redirection; it is virtually impossible
John!! you are so right and it makes total sence with the redirection! Igave up… this morning I opened the website and it worked!! like a miracle happen lol! well, with this what you say it makes sence, I had deleted from cpanel the redirection, and after all this I made it again as it was, so the redirection had to do with it, this is also how everything started, I want to get rid of redirection!
When I made the WP page I made everything in a Folder= content, so now it shows up in the root, and what I did is I made a redirection from /folder to domain without folder so the site works, which must be the wrong way, but I don’t know how to do it other-way… Thanks a lot !