usplayer
New Member
- Messages
- 14
- Reaction score
- 0
- Points
- 1
I am not getting any css on my site and it may be due to using lightspeed to serve up the php files instead of apache.
I of course have no controll over this as i dont have root access. The issue may be that the server does not have mod_rewrite enabled. However when using lightspeed the mod_rewrite does not display on phpinfo() and the ony way to check it is some long drawn out htaccess file code and using CurL.
So i thought i would ask here, should it be enabled on a x10 server and/or how do i check it.
domain is http://www.davesdev.x10host.com/
thanks
UPDATE: so it appears by looking around that the lightspeed version of mod_rewrite is enabled but you must add RewriteBase / after the engine on like so.
is this correct?
I of course have no controll over this as i dont have root access. The issue may be that the server does not have mod_rewrite enabled. However when using lightspeed the mod_rewrite does not display on phpinfo() and the ony way to check it is some long drawn out htaccess file code and using CurL.
So i thought i would ask here, should it be enabled on a x10 server and/or how do i check it.
domain is http://www.davesdev.x10host.com/
thanks
UPDATE: so it appears by looking around that the lightspeed version of mod_rewrite is enabled but you must add RewriteBase / after the engine on like so.
Code:
RewriteEngine On
RewriteBase /
is this correct?
Last edited: