SEO url

Ostatné technické problémy.
szeri
Príspevky: 11
Dátum registrácie: 26. Máj 2012 14:25

SEO url

Príspevok od používateľa szeri »

ahojte, mam problem so SEO url. ked zapnem dostavam hlasku error 404.
v podstate presiel som vsetky stranky, vsetko co tam bolo napisane spravil som. nemali ste nahodou nieco podbne?

mam premenovane .htaccess.

takto vyzera:
# Prevent Directoy listing
#Options -Indexes

# Prevent Direct Access to files
#<FilesMatch "\.(tpl|ini|log)">
# Order deny,allow
# Deny from all
# </FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule sitemap.xml /index.php?route=feed/google_sitemap
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) /index.php?_route_=$1 [L,QSA]
Napísať odpoveď