AHA!
I believe this is located in the Cpanel's "File Manager" under the /www folder with the file named .htaccess
AHA!
I believe this is located in the Cpanel's "File Manager" under the /www folder with the file named .htaccess
http://www.akihabaracosplay.com
Imported Cosplay, Fashion, and Souveniers straight from Japan!
This seemed to have worked before, but I think I'm just not getting the "rewrite code" correct:
I don't know what to do. My admin folder's name is zc_admin and I thought my store was installed on the root. What should I write?
http://www.akihabaracosplay.com
Imported Cosplay, Fashion, and Souveniers straight from Japan!
Hi,
You need to get a working rewrite rule in a .htaccess file for your site.
Please read the configuration section of the documentation and carry out the required steps.
All the best..
Conor
ceon
Hi,
You should put the following in the .htaccess that is in your STORE's directory.. it should be ALONGSIDE index.php:
All the best...Code:RewriteEngine On # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx]) RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC] # Don't rewrite admin directory RewriteCond %{REQUEST_URI} !^/zc_admin [NC] # Don't rewrite editors directory RewriteCond %{REQUEST_URI} !^/editors [NC] # Don't rewrite cPanel directories RewriteCond %{REQUEST_URI} !/cpanel [NC] RewriteCond %{REQUEST_URI} !/frontend [NC] # Handle all other URIs using Zen Cart (index.php) RewriteRule .* index.php [QSA,L]
Conor
ceon
Conor,
You're amazing! It works like a charm! I love you!
http://www.akihabaracosplay.com
Imported Cosplay, Fashion, and Souveniers straight from Japan!
Conor it has been a while just wanted to say hello and thank you again for a great module. I hope everything is going well with you these days. I will be sending you some Hot chocolate to drink later on for your great support and awesome modules. Keep up the good work my friend.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
And not only is this SAME information repeated SEVERAL times throughout this support thread (it's the MOST often asked question..) It's in the README file that comes with this module..
I guess I'm just suggesting to all is this: BEFORE you post, BEFORE you ask question.. Search the support thread and read the module docs.. There is a LOT of information ALREADY available..
</rant>
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
It just seems like every OTHER post here is about setting up the .htaccess file and Conor ends up posting the EXACT SAME INFORMATION that's in the Ceon URI Mapping README file.. He has posted that SAME data NUMEROUS TIMES in this support thread..**sigh** I guess I'm missing why the SAME information in the readme is BETTER when it's posted here (repeatedly!!!)
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
You know the answer to your own ?People don't take the time to read the README file or search through the thread. If they did they would know how to create a .htaccess file or why what is causing a 404 error. They read just enough to get by and that when all the problems start to happen because they didn't read the whole README file or search the thread before asking questions. It is much faster to ask the ? again without going through the hassle to find the answer there self.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Bookmarks