Hello,
I have been tearing my hair for a while.
I've recently started using OLS and i like it quite well.
I thought installing Wordpress would be an easy task, but seems like ive ran in to some, strange errors.
My problem is that i am getting 400 bad request after logging in to wp-admin .
I get it at this url: /wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check&ver=4.4.2
I do not know how to fix this really, i am guessing at rewrite-rules, but i can't see where the problem is (and i am using the ones here basically: http://open.litespeedtech.com/mediawiki/index.php/Help:Install:Quick_Install_WordPress)
My current rewrite rules are:
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Not sure if that has anything to do with it.
Anyway, why am i getting 400 bad requests ?
Is it because of PHP 7? Is it because rewrite? Please help me understand.
I have been tearing my hair for a while.
I've recently started using OLS and i like it quite well.
I thought installing Wordpress would be an easy task, but seems like ive ran in to some, strange errors.
My problem is that i am getting 400 bad request after logging in to wp-admin .
I get it at this url: /wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check&ver=4.4.2
I do not know how to fix this really, i am guessing at rewrite-rules, but i can't see where the problem is (and i am using the ones here basically: http://open.litespeedtech.com/mediawiki/index.php/Help:Install:Quick_Install_WordPress)
My current rewrite rules are:
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Not sure if that has anything to do with it.
Anyway, why am i getting 400 bad requests ?
Is it because of PHP 7? Is it because rewrite? Please help me understand.