Search found 3 matches
- Tue Jul 07, 2015 10:33 am
- Forum: General Discussion
- Topic: How to preven entering of a naked IP to open a site?
- Replies: 3
- Views: 6879
Re: How to preven entering of a naked IP to open a site?
<?php if(preg_match("#^[0-9\.$]+#",$_SERVER['REMOTE_ADDR']){ die(); /* Or header('location:http://www.url.com'); */ } ?> You can achive this with php, and "default domain' another approach is via .htaccess http://stackoverflow.com/questions/10559712/how-can-i-redirect-all-urls-containing-an-ip-addre...
- Mon Jun 08, 2015 11:57 am
- Forum: General Discussion
- Topic: New release for 2015 ?
- Replies: 176
- Views: 201137
Re: New release for 2015 ?
I really hope, that the developers, are not reading all these posts... 100 questions "is it going to be released" on x day... I'm quite sure it is not going to speed things up , so people be patient.
- Sun Jun 07, 2015 9:58 am
- Forum: General Discussion
- Topic: Old Theme
- Replies: 8
- Views: 10781
Re: Old Theme
Same here, I trully find the new theme user unfriendly... Maybe it looks for some "better", but it lost it's simplicity and professionalism what was one of the greatest advantages of this control panel. Too bad the creators have been preassured by the community to make changes to something that just...