So I got up this morning and a few peopel had some image upload problems so I searched everything in php.ini And couldnt find anything stopping it and checked everything in litespeed
The customr in question had this in his htaccess,
Do you think this may be causing problems
php_flag magic_quotes_gpc off
php_value auto_prepend_file "/home/netfire/public_html/x.php"
RewriteEngine On
RewriteRule ^(\/.*)*$ /controllers/homepage.php
RewriteRule ^index.php(\/.*)*$ /controllers/homepage.php
RewriteRule ^photos(\/.*)*$ /controllers/photos.php
RewriteRule ^people(\/.*)*$ /controllers/people.php
RewriteRule ^submit(\/.*)*$ /controllers/submit.php
RewriteRule ^about(\/.*)*$ /controllers/about.php
RewriteRule ^search(\/.*)*$ /controllers/search.php
RewriteRule ^feeds(\/.*)*$ /controllers/feeds.php
RewriteRule ^error(\/.*)*$ /controllers/error.php
RewriteRule ^dashboard(\/.*)*$ /controllers/dashboard.php
RewriteRule ^download(\/.*)*$ /controllers/download.php
RewriteRule ^explore(\/.*)*$ /controllers/explore.php
RewriteRule ^help(\/.*)*$ /controllers/help.php
RewriteRule ^activity(\/.*)*$ /controllers/activity.php
RewriteRule ^signup(\/.*)*$ /controllers/signup.php
RewriteRule ^tools(\/.*)*$ /controllers/tools.php
RewriteRule ^tour(\/.*)*$ /controllers/tour.php
RewriteRule ^tags(\/.*)*$ /controllers/tags.php
RewriteRule ^order(\/.*)*$ /controllers/order.php
RewriteRule ^advertise(\/.*)*$ /controllers/advertise.php
RewriteRule ^login(\/.*)*$ /controllers/login.php
RewriteRule ^logout(\/.*)*$ /controllers/logout.php
RewriteRule ^test(\/.*)*$ /controllers/test.php
And apologize to litespeed sales for the spam today Hectic day
The customr in question had this in his htaccess,
Do you think this may be causing problems
php_flag magic_quotes_gpc off
php_value auto_prepend_file "/home/netfire/public_html/x.php"
RewriteEngine On
RewriteRule ^(\/.*)*$ /controllers/homepage.php
RewriteRule ^index.php(\/.*)*$ /controllers/homepage.php
RewriteRule ^photos(\/.*)*$ /controllers/photos.php
RewriteRule ^people(\/.*)*$ /controllers/people.php
RewriteRule ^submit(\/.*)*$ /controllers/submit.php
RewriteRule ^about(\/.*)*$ /controllers/about.php
RewriteRule ^search(\/.*)*$ /controllers/search.php
RewriteRule ^feeds(\/.*)*$ /controllers/feeds.php
RewriteRule ^error(\/.*)*$ /controllers/error.php
RewriteRule ^dashboard(\/.*)*$ /controllers/dashboard.php
RewriteRule ^download(\/.*)*$ /controllers/download.php
RewriteRule ^explore(\/.*)*$ /controllers/explore.php
RewriteRule ^help(\/.*)*$ /controllers/help.php
RewriteRule ^activity(\/.*)*$ /controllers/activity.php
RewriteRule ^signup(\/.*)*$ /controllers/signup.php
RewriteRule ^tools(\/.*)*$ /controllers/tools.php
RewriteRule ^tour(\/.*)*$ /controllers/tour.php
RewriteRule ^tags(\/.*)*$ /controllers/tags.php
RewriteRule ^order(\/.*)*$ /controllers/order.php
RewriteRule ^advertise(\/.*)*$ /controllers/advertise.php
RewriteRule ^login(\/.*)*$ /controllers/login.php
RewriteRule ^logout(\/.*)*$ /controllers/logout.php
RewriteRule ^test(\/.*)*$ /controllers/test.php
And apologize to litespeed sales for the spam today Hectic day