Quote:
Originally Posted by Requi
Did you change apache config?
@manulaiko
Why don't you use .htaccess for changing php to es?
|
Because the shop wouldn't work u.u
Quote:
Originally Posted by Toxicsnacht
I have this error can you help me ?
|
You must login first, then start the emulator.
Quote:
Originally Posted by TheSalon112
Hi i has a problem.. I can not log ... because, as I wrote a web address  .. but nothing happens /
Still overall default index.es
Please how to fix this bug,??
|
Be sure you put your data well
Quote:
Originally Posted by nckrnckr
and now:
://
|
Open xampp/apache/conf/httpd.conf and search for this line:
Code:
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \
default.php default.pl default.cgi default.asp default.shtml default.html default.htm \
home.php home.pl home.cgi home.asp home.shtml home.html home.htm
</IfModule>
Add to DirectoryIndex this: index.es.
Now the line should look like
Code:
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.es index.php index.pl index.cgi index.asp index.shtml index.html index.htm \
default.php default.pl default.cgi default.asp default.shtml default.html default.htm \
home.php home.pl home.cgi home.asp home.shtml home.html home.htm
</IfModule>
Btw: New update for the emulator:
Download:
Changelog:
-Added rocket launcher system (loads & changes rockets working in attack)
-Improved ConnectionManager.cs, now it handles most of the extras, mines, emp, ish & smb
-Added some lines to CTBManager.cs