Results 1 to 10 of 15
-
18th Feb 2010, 05:29 AM #1OPMember
.htaccess Help
I'm getting a 500 Internal Server Error
Here is my .htacess below :
Code:ErrorDocument 404 /index.php Options -Indexes RewriteEngine on RewriteRule free-download-(.*)\.htm$ /index.php?q=$1 RewriteRule ^page-([0-9]{1,3})\.htm$ /index.php?page=$1 RewriteRule ^site/([-a-zA-Z0-9_\.]{3,255})$ /index.php? URL=$1&page=1 RewriteRule ^site/([-a-zA-Z0-9_\.]{3,255})/page-([0-9]{1,3})\.htm$ /index.php? URL=$1&page=$2 RewriteRule free-direct-download-([0-9]{1,11})-(.*)\.htm$ /go.php?go=Download&id=$1&title=$2&top=0 RewriteRule free-xxx-direct-download-([0-9]{1,11})-(.*)\.htm$ /go2.php?go=Download&id=$1&title=$2&top=0 RewriteRule top-direct-download-([0-9]{1,11})-(.*)\.htm$ /go.php?go=Download&id=$1&title=$2&top=1 RewriteRule top-xxx-direct-download-([0-9]{1,11})-(.*)\.htm$ /go2.php?go=Download&id=$1&title=$2&top=1 RewriteRule query-(.*)-([0-9]{1,3})\.htm$ /index.php?q=$1&page=$2 RewriteRule type-([a-zA-Z]{2,8})\.htm$ /index.php?type=$1 RewriteRule porno-([a-zA-Z]{2,8})\.htm$ /xxxindex.php?type=$1 RewriteRule gamespg-([0-9]{1,3})\.htm$ /index.php?type=Game&page=$1 RewriteRule appspg-([0-9]{1,3})\.htm$ /index.php?type=App&page=$1 RewriteRule tvpg-([0-9]{1,3})\.htm$ /index.php?type=TV&page=$1 RewriteRule moviespg-([0-9]{1,3})\.htm$ /index.php?type=Movie&page=$1 RewriteRule musicpg-([0-9]{1,3})\.htm$ /index.php?type=Music&page=$1 RewriteRule ebookpg-([0-9]{1,3})\.htm$ /index.php?type=eBook&page=$1 RewriteRule templatepg-([0-9]{1,3})\.htm$ /index.php?type=Template&page=$1 RewriteRule scriptpg-([0-9]{1,3})\.htm$ /index.php?type=Script&page=$1 RewriteRule xxxpg-([0-9]{1,3})\.htm$ /xxxindex.php?type=Xxx&page=$1 RewriteRule otherpg-([0-9]{1,3})\.htm$ /index.php?type=Other&page=$1 RewriteRule macpg-([0-9]{1,3})\.htm$ /index.php?type=Mac&page=$1 RewriteRule streampg-([0-9]{1,3})\.htm$ /index.php?type=Stream&page=$1 RewriteRule mobilepg-([0-9]{1,3})\.htm$ /index.php?type=Mobile&page=$1 RewriteRule gamesquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Game&q=$1&page=$2 RewriteRule appsquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=App&q=$1&page=$2 RewriteRule tvquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=TV&q=$1&page=$2 RewriteRule moviesquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Movie&q=$1&page=$2 RewriteRule musicquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Music&q=$1&page=$2 RewriteRule ebookquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=eBook&q=$1&page=$2 RewriteRule templatequery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Template&q=$1&page=$2 RewriteRule scriptquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Script&q=$1&page=$2 RewriteRule xxxquery-(.*)-([0-9]{1,3})\.htm$ /xxxindex.php?type=Xxx&q=$1&page=$2 RewriteRule otherquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Other&q=$1&page=$2 RewriteRule macquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Mac&q=$1&page=$2 RewriteRule streamquery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Stream&q=$1&page=$2 RewriteRule mobilequery-(.*)-([0-9]{1,3})\.htm$ /index.php?type=Mobile&q=$1&page=$2 RewriteRule top-([a-zA-Z]{2,8})\.htm$ /top.php?toptype=$1 RewriteRule topsites/?$ http://www.mywebsite.com RewriteRule admin/([a-zA-Z]{8,14})\.inc$ http://www.mywebsite.com RewriteRule news-([0-9]{1,11})-(.*)\.html$ /news/page.php?id=$1&title=$2 RewriteRule news_katz-([0-9]{1,11})-(.*)\.html$ /news/page_katz.php?id=$1&title=$2 RewriteRule news_*****-([0-9]{1,11})-(.*)\.html$ /news/page_*****.php?id=$1&title=$2
ICanSurfNow Reviewed by ICanSurfNow on . .htaccess Help I'm getting a 500 Internal Server Error Here is my .htacess below : ErrorDocument 404 /index.php Options -Indexes RewriteEngine on RewriteRule free-download-(.*)\.htm$ /index.php?q=$1 RewriteRule ^page-({1,3})\.htm$ /index.php?page=$1 Rating: 5
-
18th Feb 2010, 05:49 AM #2MemberWebsite's:
felonygames.comPost a error log
-
18th Feb 2010, 10:09 AM #3OPMember
My host doesn't support error logs
-
18th Feb 2010, 10:30 AM #4MemberWebsite's:
Pirateview.org Gfxs.org StarkWood.org500 internal error = Fucked up bandwidth..This maybe 1 reason..
Try to restore your default htaccess and if the error persist then its your bandwidth, you will need to contact your host provider then.
-
18th Feb 2010, 10:33 AM #5MemberWebsite's:
Pirateview.org Gfxs.org StarkWood.orgby the way icanhost.me are you hosted at them? because their servers are fucked up..Their unlimited plans are not legit as their bandwidth is not unmetered.
-
18th Feb 2010, 01:44 PM #6OPMember
haha ... I'm not hosted by them.
And I got unmetered hosting.
Anyway the problem is that the Rewrite rule was modified in Apache 2.2 .
And i do not know how to fix/modify the .htaccess to the new apache.
-
18th Feb 2010, 02:06 PM #7MemberWebsite's:
litewarez.net litewarez.com triniwarez.comwhat was the last rule you applied to the apache htaccess file ? may help norrow your issue down
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
18th Feb 2010, 02:09 PM #8BannedWebsite's:
seekingw.com uwddl.com generalgamers.co.uk motivatedgamerz.comYup what was the last one
-
18th Feb 2010, 02:14 PM #9Banned
Go to cpanel -> error logs and check, there will be file permission error.
CHmod all folders to 775 and files to 644 and this will be fixed !
No .htaccess issue
-
18th Feb 2010, 02:16 PM #10MemberWebsite's:
litewarez.net litewarez.com triniwarez.comlmao Shub the error 500 is to do with a malformed htaccess rule this is like 90% of the time so i doubt CHMOD the folders and fiels will have a difference !
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Vb Seo .htaccess Help
By sunnyx12x21x in forum vBulletinReplies: 9Last Post: 17th Jul 2011, 11:25 AM -
help with htaccess
By softleaks in forum Webmaster DiscussionReplies: 2Last Post: 3rd Jun 2011, 06:43 PM -
.htaccess Help Please
By l0calh0st in forum Web Development AreaReplies: 3Last Post: 4th Apr 2011, 03:29 PM -
Help with .htaccess
By woja in forum vBulletinReplies: 1Last Post: 25th Jan 2011, 11:11 PM -
.htaccess help
By Nemesis in forum Webmaster DiscussionReplies: 1Last Post: 21st Mar 2010, 07:13 PM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...