I have LiteSpeed 3.3.22, PHP 5.2.6, MySql 5.x and Wordpress 2.6.5 successfully installed however, when I try to access my blog on anything but the administration side it gives me a 404 error.
(new to the whole programing/server side thing - sorry)
In wordpress admin it says:
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
However I am not sure how to edit or even find .htaccess, tried editing it in the litespeed pannel but I could only find a allow overright option in configure/server. I am not used to litespeed or apache either.
I do however have root access to my server (using debian). If you could give me instructions on how to access the htaccess that would be appreciated.
Sorry for not knowing the basics Thanks for the help!
Tried that, there was no .htaccess file at the root the the site so I created one and placed it in in the root of the website (usr/local/lsws/DEFAULT/html/.htaccess). Still got the same error even after both a web server and server reboot.
Are you using LiteSpeed with control panel by reading apache configuration file or it is a standalone LiteSpeed installation?
If it is standalone, you need to enable .htaccess for that vhost. http://www.litespeedtech.com/docs/we...#allowOverride
Having another error (had to reinstall the webserver). now the site is just giving me the "Your PHP installation appears to be missing the MySQL" error.
I fixed this last time with something like '--with-mysql' but I forget what to do.