I would like to move my zencart from "/public_html/zen/"folder to
"/public_html folder/" but I don't know how to.. I have tried it, and it
collapses everything. I supose that I have to change some code.
Please help. Thx.
I would like to move my zencart from "/public_html/zen/"folder to
"/public_html folder/" but I don't know how to.. I have tried it, and it
collapses everything. I supose that I have to change some code.
Please help. Thx.
is there any reason why you don't just do an auto re-direct?
<HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><TITLE>ThatsBeadiful.com</TITLE>
<META HTTP-EQUIV="Refresh"
CONTENT="1; URL=http://www.thatsbeadiful.com/store">
<STYLE>
.noflash {font-family:Arial, Helvetica, sans-serif;font-size:12pt;color:FFFFFF;}
</STYLE>
</HEAD>
</BODY>
</HTML>
That's to give you an idea.
Well, that might be my backup plan. The reasion for not using it, is that, when I have installed zen, I have chosen the phpBB forum instaled in root folder, so it does not work if zen is in /zen folder.
I have heared that I should change some lines in config.php and admin/config.php files, but the problem is - I do not have those files (or I just don't find them).![]()
Here's how I have achieved this. Please read the whole thread...
http://www.zen-cart.com/forum/showthread.php?t=60719
20 years a Zencart User
Thanks weary much for your effort. I will read this. Hope it works for me too :)
Hi All
Unfortunately i didn't read this before changing folder, which i had done approx a month ago.
I followed all instructions avail in the faq etc. I copied all folders/files to the root directory, deleted old directory, but it is still sitting the trash in c-panel. I changed all paths in both config files, ran the fix_cache_key and received the following
The problem that I have been having since the move is that in some of the functions in admin (including core functions as well add on functions) I keep getting looped back to the login. I login again which is fine but at this point it doesn't matter what I try to do in admin, it boots me straight back to login and keeps looping. I have to totally shut down IE and restart before I am able to log back in. I am able to work within the admin providing i don't select any of the functions that boot me back to login. One of the core functions that boots me back is the "attributes_values_sorter". One of the add on functions is User Tracking - view sessions. There are a few more, but they don't come to mind at the minute.Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/my_site/public_html/fix_cache_key.php:43) in /home/my_site/public_html/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/my_site/public_html/fix_cache_key.php:43) in /home/my_site/public_html/includes/init_includes/init_templates.php on line 78
Cache Settings Synchronization Tool
Recommendations
Possible appropriate cache directory for your site is: /home/my_site/public_html/cache
Actual Information
Read DIR_FS_SQL_CACHE from configure.php: /home/my_site/public_html/cache
Found SESSION_WRITE_DIRECTORY in database: /home/my_site/public_html/cache
No changes required.
Exiting.
I am running zen 1.3.7 with add on's
Any help would be truely appreciated!!