Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mod_rewrite problem [SOLVED]
#1
Hello there, i try to use "fancy url", i have modify the file htaccess like this:

Code:
RewriteEngine On
RewriteRule sitemap\.xml sitemap.php?
RewriteRule rss\.xml rss.php?
RewriteRule ^([^/]*)/index\.html$ /index.php?&category=$1 [L]
RewriteRule categorie/index\.htm$ /index.php?&categorylist=true [L]
RewriteRule ^([^/]*)/([^/]*)\.html$ /index.php?&url=$2&sys_category=$1 [L]
RewriteRule ^([^/]*)/([^/]*)\.htm$ /index.php?&blog=$2 [L]
ErrorDocument 404 /notfound.php

But doesn't work...
Reply


Messages In This Thread
mod_rewrite problem [SOLVED] - by lakaroth - 2014-01-31, 19:18:37
RE: mod_rewrite problem - by lakaroth - 2014-02-14, 19:06:44
RE: mod_rewrite problem - by shawn_a - 2014-02-15, 00:07:47
RE: mod_rewrite problem - by Carlos - 2014-02-15, 01:38:08
RE: mod_rewrite problem [SOLVED] - by lakaroth - 2014-02-15, 19:32:23
RE: mod_rewrite problem [SOLVED] - by shawn_a - 2014-02-16, 01:27:43
RE: mod_rewrite problem [SOLVED] - by lakaroth - 2014-02-16, 02:29:55



Users browsing this thread: 1 Guest(s)