not really sure on this one

felosi

Well-Known Member
#1
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
 

felosi

Well-Known Member
#3
Yeah I know, I seen that as soon as I posted it and was like erm. I had a hectic morning with this customers site, an image upload site. I think he just changed his code and something messed up.
I thought it was something with rewrite at first because of the files being called and all but wasnt.

You know how it gets if you got a customer and you think something with your server is preventing their site from working lol Anyway I was checking all options I could.
 
Top