Wordpress, or any CMS fails to work

Well its more than that,

# 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

I change permalinks in wordpress and it autogenerates a htaccess file what screws up the whole install…i would much prefer using an htaccess file as that is what the majority of web services use these days. I dont think I can force wordpress to handle it differently…

Edit: I changed the htaccess per another support post I saw and it worked. Not sure why this is being so hard to install but it seems to work fine now.

Hi, @stephdl,

and again, thx for your repository!

I installed nethserver-wordpress but I ran into the scenario from above?

But as we know, me and technic is a story…

Any Idea what I’ve done wrong and how I can fix it?

my server is called central.blabla.lan and the vhost is www.blabla.de(https://)
When I call central.blabla.lan/wordpress(accepted secruity exception because of wrong certificate) everthing is fine.

But https://www.blabla.de/wordpress no .css ans no .js loaded?!

thx for suggestions

I bet 30€c that you’re suffering from a mixed content issue…
Check your page source and see if js and CSS are linked as https or http

From memory you cannot change like this the url without to change the url in the mysql database. You have a dedicated menu in the wordpress setting

Steph is correct. Use phpmyadmin (or ssh) to edit the database and change the URL there. Also, yes mixed content is an issue with wordpress with ssl. You can install plugins that get around the issue, its an issue with the way wordpress handles certain links.

hi all,

thx for response!

first I changed in the db - wd_options id 1,2 - that means, after I learned to handle db in terminal :smiley: - my first idea using squirrel was a catastroph…

Than I found out, that the admin option, Stéphane talked about, is the easy way…

But it changed nothing… and after that I was not able to login.chrome said ‘ERR_TOO_MANY_REDIRECTS’

so I changed back by terminal

And it makes me confused, that with the central.blabla.lan/wordpress (central.blabla.lan - servername)connection in the html-source-code some links are ‘https://www.blabla.de/wordpress/…’ and everything works fine

and the same links, when I use https://www.blabla.de/wordpress (vhost), are just 'http://www.blabla.de/wordpress/… ’

OK, I do somthing(or a lot) wrong…any Idea what?

thx