PDA

View Full Version : URL301 Redirect and Error Issues



thersey
08-18-2007, 07:11 PM
Hello, I have quite a problem. I tried to redirect my non-www url to my www url and it did not work. It caused this error below that shows above my header on some of my website pages.


Warning: session_start() [function.session-start (http://projectordiscountstore.com/store/function.session-start)]: Cannot send session cache limiter - headers already sent (output started at /usr/home/project1/public_html/store/includes/configure.php:50) in /usr/home/project1/public_html/store/includes/functions/sessions.php on line 67



Does anyone know how to remove this error. I tried to clear my error log and it would not clear. My web company wants to charge me $200-$300 to remove the error and redirect my url. Let me know if you can help or direct me to someone who can. I might need to find a new hosting company.


Projector Discount Store-LCD/DLP/Home Theater (http://www.projectordiscountstore.com)

hostBrain
08-18-2007, 08:29 PM
I can't believe they want to charge you that much to fix... rip off..

It's an easy one, I replied to your other post

See if there is an extra blank line either at the top of the configure.php file (before <?) or at the end of it (after ?>)

Also you need to chmod 644 that page