Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Xampp PHPMYADMIN Security,
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Cablink" data-source="post: 56868" data-attributes="member: 2330"><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">Ok open up your xampp folder then go to apache then conf then extra then open up httpd-xampp.conf then replace it with this:</span></span></span></p><p>[CODE]#</p><p># XAMPP settings</p><p>#</p><p> </p><p><IfModule env_module></p><p> SetEnv MIBDIRS "C:/xampp/php/extras/mibs"</p><p> SetEnv MYSQL_HOME "C:\\xampp\\mysql\\bin"</p><p> SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"</p><p> SetEnv PHP_PEAR_SYSCONF_DIR "C:\\xampp\\php"</p><p> SetEnv PHPRC "C:\\xampp\\php"</p><p> SetEnv TMP "C:\\xampp\\tmp"</p><p> UnsetEnv PERL5LIB</p><p></IfModule></p><p> </p><p>#</p><p># PHP-Module setup</p><p>#</p><p>LoadFile "C:/xampp/php/php5ts.dll"</p><p>LoadModule php5_module modules/php5apache2_2.dll</p><p> </p><p><IfModule php5_module></p><p> <FilesMatch "\.php$"></p><p> SetHandler application/x-httpd-php</p><p> </FilesMatch></p><p> <FilesMatch "\.phps$"></p><p> SetHandler application/x-httpd-php-source</p><p> </FilesMatch></p><p> </p><p> PHPINIDir "C:/xampp/php"</p><p></IfModule></p><p> </p><p>#</p><p># PHP-CGI setup</p><p>#</p><p><IfModule !php5_module></p><p> <FilesMatch "\.php$"></p><p> SetHandler application/x-httpd-php-cgi</p><p> </FilesMatch></p><p> <IfModule actions_module></p><p> Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"</p><p> </IfModule></p><p></IfModule></p><p> </p><p> </p><p><IfModule mime_module></p><p> AddType text/html .php .phps</p><p></IfModule></p><p> </p><p>ScriptAlias /php-cgi/ "C:/xampp/php/"</p><p><Directory "C:/xampp/php"></p><p> AllowOverride None</p><p> Options None</p><p> Order deny,allow</p><p> Deny from all</p><p> <Files "php-cgi.exe"></p><p> Allow from all</p><p> </Files></p><p></Directory></p><p> </p><p><Directory "C:/xampp/cgi-bin"></p><p> <FilesMatch "\.php$"></p><p> SetHandler cgi-script</p><p> </FilesMatch></p><p> <FilesMatch "\.phps$"></p><p> SetHandler None</p><p> </FilesMatch></p><p></Directory></p><p> </p><p><Directory "C:/xampp/htdocs/xampp"></p><p> <IfModule php5_module></p><p> <Files "status.php"></p><p> php_admin_flag safe_mode off</p><p> </Files></p><p> </IfModule></p><p> AllowOverride AuthConfig</p><p></Directory></p><p> </p><p><IfModule alias_module></p><p> Alias /security "C:/xampp/security/htdocs/"</p><p> <Directory "C:/xampp/security/htdocs"></p><p> <IfModule php5_module></p><p> <Files "xamppsecurity.php"></p><p> php_admin_flag safe_mode off</p><p> </Files></p><p> </IfModule></p><p> AllowOverride AuthConfig</p><p> </Directory></p><p> </p><p> Alias /licenses "C:/xampp/licenses/"</p><p> <Directory "C:/xampp/licenses"></p><p> Options +Indexes</p><p> <IfModule autoindex_color_module></p><p> DirectoryIndexTextColor "#000000"</p><p> DirectoryIndexBGColor "#f8e8a0"</p><p> DirectoryIndexLinkColor "#bb3902"</p><p> DirectoryIndexVLinkColor "#bb3902"</p><p> DirectoryIndexALinkColor "#bb3902"</p><p> </IfModule></p><p> </Directory></p><p> </p><p> Alias /phpmyadmin "C:/xampp/phpMyAdmin/"</p><p> <Directory "C:/xampp/phpMyAdmin"></p><p> AllowOverride AuthConfig</p><p> </Directory></p><p> </p><p> Alias /webalizer "C:/xampp/webalizer/"</p><p> <Directory "C:/xampp/webalizer"></p><p> <IfModule php5_module></p><p> <Files "webalizer.php"></p><p> php_admin_flag safe_mode off</p><p> </Files></p><p> </IfModule></p><p> AllowOverride AuthConfig</p><p> </Directory></p><p></IfModule></p><p> </p><p>#</p><p># New XAMPP security concept</p><p>#</p><p><LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))"></p><p> Order deny,allow</p><p> Allow from all</p><p> Allow from All</p><p> </p><p> ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var</p><p></LocationMatch>[/CODE]</p><p>Ok once you have done that save it and reboot apache and your done!</p><p> </p><p>If i helped please press the thanks buttonhttp://forum.*****.com/images/smilies/thumbup.gif</p><p>______________</p><p>Thanks to <span style="color: #ff00ff"><strong><a href="http://forum.********.com/members/849061.html" target="_blank"><span style="color: #716648">PythoneX12</span></a> from *****, for the tutorial! Edit: IF this doesnt work, download Xampp 1.7.1 and it will work!</strong></span></p></blockquote><p></p>
[QUOTE="Cablink, post: 56868, member: 2330"] [SIZE=11px][FONT=tahoma][COLOR=#535353]Ok open up your xampp folder then go to apache then conf then extra then open up httpd-xampp.conf then replace it with this:[/COLOR][/FONT][/SIZE] [CODE]# # XAMPP settings # <IfModule env_module> SetEnv MIBDIRS "C:/xampp/php/extras/mibs" SetEnv MYSQL_HOME "C:\\xampp\\mysql\\bin" SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf" SetEnv PHP_PEAR_SYSCONF_DIR "C:\\xampp\\php" SetEnv PHPRC "C:\\xampp\\php" SetEnv TMP "C:\\xampp\\tmp" UnsetEnv PERL5LIB </IfModule> # # PHP-Module setup # LoadFile "C:/xampp/php/php5ts.dll" LoadModule php5_module modules/php5apache2_2.dll <IfModule php5_module> <FilesMatch "\.php$"> SetHandler application/x-httpd-php </FilesMatch> <FilesMatch "\.phps$"> SetHandler application/x-httpd-php-source </FilesMatch> PHPINIDir "C:/xampp/php" </IfModule> # # PHP-CGI setup # <IfModule !php5_module> <FilesMatch "\.php$"> SetHandler application/x-httpd-php-cgi </FilesMatch> <IfModule actions_module> Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe" </IfModule> </IfModule> <IfModule mime_module> AddType text/html .php .phps </IfModule> ScriptAlias /php-cgi/ "C:/xampp/php/" <Directory "C:/xampp/php"> AllowOverride None Options None Order deny,allow Deny from all <Files "php-cgi.exe"> Allow from all </Files> </Directory> <Directory "C:/xampp/cgi-bin"> <FilesMatch "\.php$"> SetHandler cgi-script </FilesMatch> <FilesMatch "\.phps$"> SetHandler None </FilesMatch> </Directory> <Directory "C:/xampp/htdocs/xampp"> <IfModule php5_module> <Files "status.php"> php_admin_flag safe_mode off </Files> </IfModule> AllowOverride AuthConfig </Directory> <IfModule alias_module> Alias /security "C:/xampp/security/htdocs/" <Directory "C:/xampp/security/htdocs"> <IfModule php5_module> <Files "xamppsecurity.php"> php_admin_flag safe_mode off </Files> </IfModule> AllowOverride AuthConfig </Directory> Alias /licenses "C:/xampp/licenses/" <Directory "C:/xampp/licenses"> Options +Indexes <IfModule autoindex_color_module> DirectoryIndexTextColor "#000000" DirectoryIndexBGColor "#f8e8a0" DirectoryIndexLinkColor "#bb3902" DirectoryIndexVLinkColor "#bb3902" DirectoryIndexALinkColor "#bb3902" </IfModule> </Directory> Alias /phpmyadmin "C:/xampp/phpMyAdmin/" <Directory "C:/xampp/phpMyAdmin"> AllowOverride AuthConfig </Directory> Alias /webalizer "C:/xampp/webalizer/" <Directory "C:/xampp/webalizer"> <IfModule php5_module> <Files "webalizer.php"> php_admin_flag safe_mode off </Files> </IfModule> AllowOverride AuthConfig </Directory> </IfModule> # # New XAMPP security concept # <LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))"> Order deny,allow Allow from all Allow from All ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var </LocationMatch>[/CODE] Ok once you have done that save it and reboot apache and your done! If i helped please press the thanks buttonhttp://forum.*****.com/images/smilies/thumbup.gif ______________ Thanks to [COLOR=#ff00ff][B][URL='http://forum.********.com/members/849061.html'][COLOR=#716648]PythoneX12[/COLOR][/URL] from *****, for the tutorial! Edit: IF this doesnt work, download Xampp 1.7.1 and it will work![/B][/COLOR] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Xampp PHPMYADMIN Security,
Top