If you laugh at this you are going to hell
Collapse
X
-
OMG. She is still hot though rough on the edges..Comment
-
She's a hottie!!
Adult Biz Consultant A tech head since 1995
Affiliate Support: Chaturbate | CCBill Live
Comment
-
I didn´t, why all these michael J fox threads lately?SMC Revenue - Best Tgirl websites of the world now VR
Non exclusive BIG Tranny/shemale Package for sale, full 2257 - hit me up skype: nikkimontero





Comment
-
If you redirect everyone on a mobile device to your 404 page you're going to traffic hell.For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroidsComment
-
-
It's not intentional. I'm not good with these things. What do I need to change to allow mobile access?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{THE_REQUEST} ^[^/]*/index\.php [NC]
RewriteRule . / [R=301,L]
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?bigbootyheaven.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?images.google.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?search\?q=cache [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?gofuckyourself.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?gfy.com [NC]
RewriteRule \.(jpg|jpeg|png|gif|avi|wmv|mpg|mpeg)$ - [NC,F,L]
</IfModule>"There is no other way to see a thing except to look at it" - fatfooComment
-
-
Comment
-
Hey cool you heard me that time. I've bitched about your last 746 posts.It's not intentional. I'm not good with these things. What do I need to change to allow mobile access?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{THE_REQUEST} ^[^/]*/index\.php [NC]
RewriteRule . / [R=301,L]
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?bigbootyheaven.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?images.google.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?search\?q=cache [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?gofuckyourself.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?gfy.com [NC]
RewriteRule \.(jpg|jpeg|png|gif|avi|wmv|mpg|mpeg)$ - [NC,F,L]
</IfModule>
You allowed www.gfy.com and gfy.com, but not m.gfy.com. You COULD just add m.gfy.com, but eventually that gets tiring, switching webtv.site.com for m.site.com, what about members.site.com, etc. Simpler is to replace:
(www\.)
with:
([a-z0-9]+\.)
Additionally that allows for typos like wwww. or mirrors like www1. and www2.
To take it up another notch, replace:
(www\.)?
with:
([a-z0-9]+\.)*
That allows for multiple parts like www.m., m.www., etc.Last edited by raymor; 01-19-2012, 09:08 PM.For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroidsComment
-
not funny at allTRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.comComment
-
Btw tabasco, it's my fault. A couple of other guys and I worked out the (www\.) code in 1998 and posted it to TLA's board and on my site, where the SEs loved it. From there, it made it's way to a popular mainstream tech site and then it became the de facto standard. So your .htaccess redirected me only because that's the way I wrote it thirteen years ago. I did it to myself.
(I can recognize my lineage for sure due to details like http(s)?. The (s)? had never been included before I posted that revision on TLA's.)For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroidsComment
-
nice! sad how those who really shaped the internet get no credit, huh?Btw tabasco, it's my fault. A couple of other guys and I worked out the (www\.) code in 1998 and posted it to TLA's board and on my site, where the SEs loved it. From there, it made it's way to a popular mainstream tech site and then it became the de facto standard. So your .htaccess redirected me only because that's the way I wrote it thirteen years ago. I did it to myself.
(I can recognize my lineage for sure due to details like http(s)?. The (s)? had never been included before I posted that revision on TLA's.)
Comment
-
For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroidsComment
-


Comment