Why does my website not have any styling, and why are all links broken?
There are three possible causes for this problem:
The .htaccess file is not present on your web server. Verify that you did FTP the .htaccess file into the installation directory. This file is hidden from many FTP programs by default since it is considered a "system file". Be sure the enable the viewing of "system files". This file is included in the software zip file that you downloaded from our website. Once you can successfully see it in the zip file's contents, you should be able to send it to your web server.
If you are trying to access liveSite from a sub-directory (e.g. http://192.168.0.1/~example/), then you need to make sure that you have v7.3+. If you do have v7.3+ then check that the RewriteBase line in the .htaccess file in the installation directory is correct.
You should also verify that mod_rewrite for Apache or ISAPI_Rewrite for IIS is enabled.
Reference the Installation Guide for more information.