View Full Version : Ran a test on my server and...
NetPox
08-08-2006, 12:03 AM
I downloaded the env.php and ran it and this is the error i got:
Warning:You are not using CGI PHP ,the default static url may not work,you need mod_write to work!
What does that mean?
yabsoft
09-04-2006, 04:03 PM
By default,we use the features of PHP itself to make the static url for image urls,such as http://yousite.com/out.php/id_file.
If PHP is not install as CGI mode,the url will not work.But we still can use mod-rewrite module to implement the staic url.Please inquery your host company about mod-rewrite.
If you can't get mod-rewrite installed,you can use dynamical url for images:such as http://yousite.com/out.php?i=id_file.This can be turned on/off at admin panel.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.