Page 1 of 1

how to use the seo url . builder coming

Posted: Mon Mar 01, 2010 3:45 pm
by dreamerhgr
i just do as all the opencart tell me . but still can not use seo url .

so i open the access . find there is no code in them .

there is just some words tell me to contact opencat.

so . pls tell me how to use seo url .

thanks .

jacky

Re: how to use the seo url . builder coming

Posted: Wed Mar 03, 2010 12:09 pm
by rph
Default .htaccess code:

Code: Select all

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled. 

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

RewriteEngine On
RewriteBase / 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]

Re: how to use the seo url . builder coming

Posted: Mon Mar 08, 2010 4:27 pm
by wormytux
does your host supports mod_rewrite?