Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
You don't put the .htaccess file in the admin folder, you put it in your store's *main* folder.
Hope that helps!
All the best..
Conor
ceon
Hi Ceon,
you mean, in include folder? there is no .htaccess file in the root directory of / .. but I see there is www.happyworkshopus.com/index.php.
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
sung2010
Yes, you must have a .htaccess file there with the rewrite rule for Ceon URI Mapping!
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi Ceon,
So you mean, I need to create one .htaccess file and place in www.happyworkshopus.com/ ? because there is no .htaccess file in the root of /
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
sung2010
Yes he mean you need to put or create a .htaccess file in the root of your server. For example wherever your zencart files are
admin
cache
docs
download
editors
and etc. that is the root of the store. Put the .htacces there.
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
sung2010
That's right.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
countrycharm
Yes he mean you need to put or create a .htaccess file in the root of your server. For example wherever your zencart files are
admin
cache
docs
download
editors
and etc. that is the root of the store. Put the .htacces there.
Hi,
I followed the given instruction ( create a .htaccess file and place in www.happyworkshopus.com/ )
then I went back to zen cart admin and edit ' category ' and check the box of ' Tick this box to have the URI auto-generated for this category. '
then I went to check the website, I got this message when I clicked the page :
Page not found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.
- Click the Back button in your browser to try another link.
- Use a search engine like Google to look for information on the Internet.
HTTP 404 - File not found
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
sung2010
Hi,
I followed the given instruction ( create a .htaccess file and place in
www.happyworkshopus.com/ )
then I went back to zen cart admin and edit ' category ' and check the box of ' Tick this box to have the URI auto-generated for this category. '
then I went to check the website, I got this message when I clicked the page :
Page not found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.
- Click the Back button in your browser to try another link.
- Use a search engine like Google to look for information on the Internet.
HTTP 404 - File not found
Post your .htaccess file for us to see. If you have renamed your admin folder as you should for security reasons replace that with the admin name. In other words don't show us what your custom admin name is for security reason.
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
sung2010
Hi,
I followed the given instruction ( create a .htaccess file and place in
www.happyworkshopus.com/ )
then I went back to zen cart admin and edit ' category ' and check the box of ' Tick this box to have the URI auto-generated for this category. '
then I went to check the website, I got this message when I clicked the page :
Page not found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.
- Click the Back button in your browser to try another link.
- Use a search engine like Google to look for information on the Internet.
HTTP 404 - File not found
I reproduce the error your are getting. You still do not have the .htaccess file in the root of you server. If I delete my .htaccess I get the same error as you in IE web browser. Until you get the .htaccess file in the right place and the right information inside of it you will keep getting this error. That is about all Conor or I can tell you.
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
countrycharm
Until you get the .htaccess file in the right place and the right information inside of it you will keep getting this error. That is about all Conor or I can tell you.
That's exactly right!
You might want to get your web developer to look at this for you Karen if you are still having difficulty.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
That's exactly right!
You might want to get your web developer to look at this for you Karen if you are still having difficulty.
All the best..
Conor
ceon
Hi Ceon,
Sorry I was away... I create a .htaccess file with " # Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/store_manager [NC] "
* I changed ' store_manager ' to my admin folder name
and place the file in the root where is the same level as 'admin ' , ' include ' , ....
and everytime when I check the box of ' Tick this box to have the URI auto-generated for this category', the page becomes ' Page not found '