Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
Please Help! Help Needed!
Old 10-19-2008, 01:01 AM Please Help! Help Needed!
Junior Talker

Posts: 1
Name: hussam
Trades: 0
hey,
I am getting a 404 error on my website (http://www.livetv.bz/category/Entertainment/1.html) i need some help. I have checked my .htaccess file and it looks like this:

Quote:
RewriteEngine off
RewriteRule ^(.*)\.html$ index.php?params=$1 [L]

## Edit the following, remove the "#" at the beginning of the "Rewrite" lines to enable hotlink protection

## Allow MySpace
# RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myspace.com [NC]
# RewriteCond %{HTTP_REFERER} !^http(s)?://(profile\.)?myspace.com [NC]
## ... LiveJournal
# RewriteCond %{HTTP_REFERER} !^http(s)?://(.*\.)?livejournal.com [NC]
## ... Blogger
# RewriteCond %{HTTP_REFERER} !^http(s)?://(.*\.)?blogspot.com [NC]
## ... your own site (edit URL here
# RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?YOURSITE.com [NC]
## send inappropriate hotlinkers to "hotlink.swf"
#RewriteRule \.(swf)$ hotlink.swf [NC,L]
#

## Remove the "#" at the beginning of the next three lines, and edit "YOURSITE.com" appropriately to rewrite all non-www links to www.
# RewriteBase /
# RewriteCond %{HTTP_HOST} !^www\.YOURSITE\.com [NC]
# RewriteRule ^(.*) http://www.YOURSITE.com/$1 [L,R=301]

## Remove the "#" at the beginning of the following lines to enable 'secure' uploadfiles directory protection.
# <Directory /uploadfiles>
# deny from all
# </Directory>

## Remove the "#" at the beginning of the next line to turn off directory indexes.
# Options -Indexes


<IfModule mod_rewrite.c>
RewriteEngine Off
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
Please find some mistakes and email it to me at livetv.bz@gmail.com or simply just reply.
Thank you so much,
Hussam Hassan
livetv is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-19-2008, 01:29 AM Re: Please Help! Help Needed!
Brian07002's Avatar
Defies a Status

Posts: 2,142
Name: ...
Location: ...
Trades: 0
check to make sure that 1.html exists in this path.

Code:
http://www.livetv.bz/category/Entertainment
Hth
__________________
Made2Own

Please login or register to view this content. Registration is FREE

Last edited by Brian07002; 10-19-2008 at 01:31 AM..
Brian07002 is online now
Reply With Quote
View Public Profile
 
Old 10-26-2008, 02:04 PM Re: Please Help! Help Needed!
armprxy's Avatar
Average Talker

Posts: 20
Trades: 0
is this suppose to be there


http://www.livetv.bz/index.php?param...tertainment/1/
is that what you mean
armprxy is offline
Reply With Quote
View Public Profile
 
Old 11-26-2008, 03:42 AM Re: Please Help! Help Needed!
L a r r y's Avatar
Super Talker

Posts: 100
Name: Larry K
Location: Arizona
Trades: 0
First thing that caught my eye was that your .htaccess file has the RewriteEngine turned OFF.

Without the
Code:
RewriteEngine on
the Rewrite Rules cannot be processed.

Edit: I am more than a month past the last response, but I hope this is of help.

Last edited by L a r r y; 11-26-2008 at 03:48 AM..
L a r r y is offline
Reply With Quote
View Public Profile Visit L a r r y's homepage!
 
Reply     « Reply to Please Help! Help Needed!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.63584 seconds with 12 queries