memory error when using a temporary url

Permalink
I am developing a site on Nethosts.co.uk server and I am using a temp url till the live domain is ready to transfer. I want to build the site and then switch the domain from the old site when ready but I am having problems with the the server. I get this error message.

Fatal error: Out of memory (allocated 11534336) (tried to allocate 103064 bytes) in /home/essentia/public_html/spaceageltd.com/concrete/libraries/loader.php on line 55

I have talked to the host and they say the problem is the way their server talks to concrete 5 using the temp url. Has any one got any suggestions or work rounds to fix this problem. Any help will be gratefully received. As I will come across this problem over and over again each time I build sites

JonRimmer
 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
in the site root make the file .htaccess and stick this in it

php_value memory_limit 12M

if you keep getting that error raise the 12 to 16 then 24

Mike
(hit the orange button if its right there are so many threads on this)
JonRimmer replied on at Permalink Reply
JonRimmer
Thought it had fixed it but still getting the same message.

Fatal error: Out of memory (allocated 11272192) (tried to allocate 258816 bytes) in /home/essentia/public_html/spaceageltd.com/concrete/dispatcher.php on line 204
Mnkras replied on at Permalink Reply
Mnkras
hmm thats random, it has more than it needs, i would copy and paste that to your host and tell them about the .htaccess file