.htaccess big bug
|
07-02-2013, 03:39 PM
Post: #7
|
|||
|
|||
RE: .htaccess big bug
If I use as admin panel "SEO Friendly Links" generate it nothing work!
I have to added "mod_rewrite.c" as "jah0people" said, if i not add it, site not working (neither sitemaps). .htaccess looks here: "<IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteRule ^video/([0-9]+)/(.*)$ /?id=$1&title=$2&option=video [NC] RewriteRule ^tag_video/([0-9]+)/(.*)$ /?id=$1&tag=$2&option=tag [NC] RewriteRule ^category_video/([0-9]+)/([0-9]+)/(.*)$ /?id=$1&p=$2&category=$3&option=category [NC] </IfModule>" In admin panel SEO Friendly Links here: Video Page Links : video/#id/#title Tag Page Links : tag_video/#id/#tag Category Page Links : category_video/#id/#p/#category Any idea? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
.htaccess big bug - jah0people - 20-12-2012, 04:35 PM
RE: .htaccess big bug - jah0people - 20-12-2012, 07:43 PM
RE: .htaccess big bug - admin - 21-12-2012, 06:40 PM
RE: .htaccess big bug - jah0people - 29-12-2012, 10:17 PM
RE: .htaccess big bug - Dreamer26 - 07-02-2013, 12:09 PM
RE: .htaccess big bug - admin - 07-02-2013, 01:39 PM
RE: .htaccess big bug - Dreamer26 - 07-02-2013 03:39 PM
RE: .htaccess big bug - admin - 07-02-2013, 03:42 PM
RE: .htaccess big bug - Dreamer26 - 07-02-2013, 10:11 PM
RE: .htaccess big bug - Dreamer26 - 08-02-2013, 11:19 PM
|