.htaccess big bug
|
20-12-2012, 04:35 PM
(This post was last modified: 20-12-2012 04:37 PM by jah0people.)
Post: #1
|
|||
|
|||
.htaccess big bug
Hello. I have big problem with my new site - bdsmtube.pl
Video's dont showing and categories not working, after change friendly url. My Htaccess: <IfModule mod_rewrite> - With this i get 404 bug Options +FollowSymLinks RewriteEngine On RewriteRule ^video/([0-9]+)/(.*)/$ /?id=$1&title=$2&option=video [NC] RewriteRule ^tag_video/(.*)/$ /?id=$1&tag=$2&option=tag [NC] RewriteRule ^video_cat/(.*)/([0-9]+)/$ /?id=$1&p=$3&category=$2&option=category [NC] RewriteRule ^game/([0-9]+)/(.*)/$ /?id=$1&title=$2&option=game [NC] RewriteRule ^tag_game/(.*)/$ /?id=$1&tag=$2&option=tag_game [NC] RewriteRule ^game_cat/(.*)/([0-9]+)/$ /?id=$1&p=$3&category=$2&option=category_game [NC] </IfModule> - With this i get 404 bug |
|||
« 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
|