fredriao
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Too many redirects – front page wont loadOK. So, finally I tried to enter the site URL in ACE form. (correct?)
xn--kobygg-9xa.no in stead of økobygg.no
So the correct address appears in the address field, and the front page loads fine. So I guess this was the right way to go. Thanks a lot for great help!Fredrik
Forum: Fixing WordPress
In reply to: Too many redirects – front page wont loadYes, strange 🙂
I´ve contacted my host, to see if they can figure it out
The site is meant to be økobygg.no.
okobygg is linked to the same host, intended for foreign users, or in other cases the Norwegian special character ø can´t be used.Edit: I now changed to okobygg.no, and the frontpage runs fine. So I guess this has something to do with the latest update, and special characters in domain / site name?
Thanks a lot for your help!
Fredrik
Forum: Fixing WordPress
In reply to: Too many redirects – front page wont load# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Too many redirects – front page wont loadThanks for your input. Have tried the save changes with no luck.
Now I have also tried removing the .htaccess file.. Then I can’t access anything. Restored it, and same problem – everything works except entering the http://www.example.com address.For instance, I noticed now – that if i enter the http://www.okobygg.no/index.php it loads perfectly. But if I leave out the ‘index.php’ part, it gives the error.
Isn’t that strange?