evanstormcommunity85
New Member
- 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.
Please check this error and repair it.
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: