.htaccess big bug - Printable Version +- Free Adult Tube-Video Script Forum (http://freeadultscript.com/forum) +-- Forum: My Category (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: .htaccess big bug (/showthread.php?tid=3017) |
.htaccess big bug - jah0people - 20-12-2012 04:35 PM 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 RE: .htaccess big bug - jah0people - 20-12-2012 07:43 PM 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 RE: .htaccess big bug - admin - 21-12-2012 06:40 PM 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 RE: .htaccess big bug - jah0people - 29-12-2012 10:17 PM Find Problem!!!!! JUST REPLACE <IfModule mod_rewrite> with <IfModule mod_rewrite.c> RE: .htaccess big bug - Dreamer26 - 07-02-2013 12:09 PM 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-tube</loc><changefreq>daily</changefreq> </url> <url>" Google doesn't like it and delete all tag links as 404 not found! Please help us to correct it! Thank you! RE: .htaccess big bug - admin - 07-02-2013 01:39 PM 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 RE: .htaccess big bug - Dreamer26 - 07-02-2013 03:39 PM 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? RE: .htaccess big bug - admin - 07-02-2013 03:42 PM can you send me your ftp please to my pm RE: .htaccess big bug - Dreamer26 - 07-02-2013 10:11 PM pm sent.. RE: .htaccess big bug - Dreamer26 - 08-02-2013 11:19 PM Any news? Have you received my pm? Still need ftp access? |