Free Adult Tube-Video Script Forum

Full Version: .htaccess big bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
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
Find Problem!!!!!
JUST REPLACE <IfModule mod_rewrite>
with <IfModule mod_rewrite.c>
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!
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
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?
can you send me your ftp please to my pm
pm sent..
Any news? Have you received my pm? Still need ftp access?
Reference URL's