Please update the .htaccess

Status
Not open for further replies.
Messages
12
Reaction score
0
Points
0
Hello,

I have made new subdomain http://tracker.evanstorm.cz.cc for my domain www.evanstorm.cz.cc

I have to change the url of:
http://tracker.evanstorm.cz.cc/announce.php to http://tracker.evanstorm.cz.cc/announce
and
http://tracker.evanstorm.cz.cc/scrape.php to http://tracker.evanstorm.cz.cc/scrape

So, I have putted this code in .htaccess but its not working properly.

Options -Indexes
RewriteEngine on
RewriteRule ^announce$ announce.php [NC,L]
RewriteRule ^scrape$ scrape.php [NC,L]

Please check this error and repair it.
 
Last edited:

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Replace your .htaccess Code with this one

Options -Indexes
RewriteEngine on
RewriteBase /
RewriteRule ^announce$ announce.php [NC,L]
RewriteRule ^scrape$ scrape.php [NC,L]
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Be careful about what torrents you track--the word from Corey is that it's okay as long as you have the right to distribute the files (you own the copyright or the files are in the creative commons, public domain or otherwise freely distributable). If you ever violate copyright on X10 by tracking torrents containing copyrighted material, your account will be closed with extreme prejudice, even though the files themselves aren't hosted on X10. Trackers are also likely to get your site suspended for high resource usage. Taking both of these ToS violations into consideration, think about whether you really want to host a torrent tracker on X10.
 
Messages
12
Reaction score
0
Points
0
We will not use tracker for copyrighted material.

We will also not create problem for X10 because of high resources, as I like X10 and its very good!

I only want to do experiments.

-Case closed.
 
Status
Not open for further replies.
Top