.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 |
|||
20-12-2012, 07:43 PM
(This post was last modified: 20-12-2012 08:41 PM by jah0people.)
Post: #2
|
|||
|
|||
RE: .htaccess big bug
New bug:
Fatal error: Class 'Cache_Lite' not found in /home/cr135896/public_html/bdsmtube.pl/include/functions.php on line 322 Tag page: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in includes/function Ok now : categories: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-18,18' at line 1" Tags - not working Ok, I see that no one can help, I lost a lot of nerves on that shit, and here the mistake is chasing a mistake. Today completes the adventure with this cool but flawed script. Bye all Ok, I see that no one can help, I lost a lot of nerves on that shit, and here the mistake is chasing a mistake. Today completes the adventure with this cool but flawed script. Bye all |
|||
21-12-2012, 06:40 PM
Post: #3
|
|||
|
|||
RE: .htaccess big bug
hi FAS 3.5 is beta version
it is going to pro so script may have problems with diferent systems if yo send me your cpanel logins i can help you |
|||
29-12-2012, 10:17 PM
Post: #4
|
|||
|
|||
RE: .htaccess big bug
Find Problem!!!!!
JUST REPLACE <IfModule mod_rewrite> with <IfModule mod_rewrite.c> |
|||
07-02-2013, 12:09 PM
Post: #5
|
|||
|
|||
RE: .htaccess big bug
Can you give us a CORRECT seo friendly htaccess code for FAS 3.5?
Losing traffic and visitors because the new script has not valid urls in the TAG sitemap!!! If I manually corrected with "mod_rewrite.c" at least the site working, video_categories.xml and videos-1.xml sitemap are OK, but video_tags-1.xml sitemaps wrong! Urls in the sitemap has +"/" after "/tag_video": "<url> <loc> http://xy.com/tag_video//18-year-teen-tu...gefreq> </url> <url>" Google doesn't like it and delete all tag links as 404 not found! Please help us to correct it! Thank you! |
|||
07-02-2013, 01:39 PM
Post: #6
|
|||
|
|||
RE: .htaccess big bug
i think you did not use #id option in tags
go seo friendly links in admin and check if there is #id option or not |
|||
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? |
|||
07-02-2013, 03:42 PM
Post: #8
|
|||
|
|||
RE: .htaccess big bug
can you send me your ftp please to my pm
|
|||
07-02-2013, 10:11 PM
Post: #9
|
|||
|
|||
RE: .htaccess big bug
pm sent..
|
|||
08-02-2013, 11:19 PM
Post: #10
|
|||
|
|||
RE: .htaccess big bug
Any news? Have you received my pm? Still need ftp access?
|
|||
« Next Oldest | Next Newest »
|