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
Error 500 in xampp (possible htaccess?)
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="Ultraface19" data-source="post: 457867" data-attributes="member: 85507"><p>I am trying to install a CMS but when configuring everything I get this error: </p><p>- An internal server error has occurred and your request could not be completed. An internal server error has occurred and your request could not be completed. Either the server is overloaded or there has been a failure in executing a CGI program.</p><p></p><p>I have tried increasing the memory_limit of xampp but it doesn't work,</p><p>I have been reading that it could be an error by the htaccess but I cannot find what the error can be, over here I leave the htaccess and I hope someone can help thanks!!</p><p></p><p>htaccess:</p><p>location /submit {</p><p> rewrite ^/submit(|/)$ /deprived/submits/submit.php;</p><p>}</p><p></p><p>location /register {</p><p> rewrite ^/register-submit(|/)$ /deprived/submits/register_submit.php;</p><p> rewrite ^/register(|/)$ /files/index/register.php;</p><p>}</p><p></p><p>location /pictures {</p><p> rewrite ^/pictures/(.*)_small.png /pictures/$1.png;</p><p>}</p><p></p><p>location /newfoto {</p><p> rewrite ^/newfoto/core/(.+)(|/)$ /newfoto/index.php?id=$1;</p><p>}</p><p></p><p>location /roomenterad {</p><p> rewrite ^/roomenterad/(.*)$ /ads.php?mode=client;</p><p>}</p><p></p><p>location /functions {</p><p> rewrite ^/functions-all(|/)$ /deprived/funciones/functions.php;</p><p>}</p><p></p><p>location /avatar {</p><p> rewrite ^/avatar-generator(|/)$ /deprived/funciones/llamalook.php;</p><p>}</p><p></p><p>location /logout {</p><p> rewrite ^/logout(|/)$ /deprived/funciones/logout.php;</p><p>}</p><p></p><p>location /bye {</p><p> rewrite ^/bye(|/)$ /deprived/funciones/logout.php;</p><p>}</p><p></p><p>location /loadnames {</p><p> rewrite ^/loadnames(|/)$ /deprived/funciones/llamanombre.php;</p><p>}</p><p></p><p>location /loademails {</p><p> rewrite ^/loademails(|/)$ /deprived/funciones/llamaemail.php;</p><p>}</p><p></p><p>location /buscador {</p><p> rewrite ^/buscador(|/)$ /deprived/funciones/buscador.php;</p><p>}</p><p></p><p>location /habbo {</p><p> rewrite ^/habbo-imaging/avatarimage(|/)$ /habbo-imaging/avatar.php;</p><p> rewrite ^/habbo-imaging/badge/(.*) /habbo-imaging/badge.php?badge=$1;</p><p> rewrite ^/habbo-imaging/head(|/)$ /habbo-imaging/user-badge/head.php;</p><p>}</p><p></p><p>location /game {</p><p> rewrite ^/game/c_images/notifications/fig/(..*).png(|/)$ /game/c_images/notifications/user.php?fig=$1;</p><p> rewrite ^/game(|/)$ /files/personal/client.php;</p><p>}</p><p></p><p>location = /API/dashboard {</p><p> rewrite ^(.*)$ /API/dashboard.php;</p><p>}</p><p></p><p>location = /API/statistics {</p><p> rewrite ^(.*)$ /API/statistics.php;</p><p>}</p><p></p><p>location = /API/team {</p><p> rewrite ^(.*)$ /API/staff_team.php;</p><p>}</p><p></p><p>location = /API/players {</p><p> rewrite ^(.*)$ /API/players.php;</p><p>}</p><p></p><p>location = /API/players/edit {</p><p> rewrite ^(.*)$ /API/players_edit.php;</p><p>}</p><p></p><p>location = /API/players/inventory {</p><p> rewrite ^(.*)$ /API/players_inventory.php;</p><p>}</p><p></p><p>location = /API/bans {</p><p> rewrite ^(.*)$ /API/bans.php;</p><p>}</p><p></p><p>location /API {</p><p> rewrite ^/API/bans/page/(.*)$ /API/bans.php?page=$1;</p><p> rewrite ^/API/catalog/pages/page/(.*)$ /API/catalog_pages.php?page=$1;</p><p> rewrite ^/API/news/page/(.*)$ /API/news.php?page=$1;</p><p> rewrite ^/API/logs/page/(.*)$ /API/logs.php?page=$1;</p><p>}</p><p></p><p>location = /API/bans/page/1 {</p><p> rewrite ^(.*)$ /API/bans/page/0;</p><p>}</p><p></p><p>location = /API/ban/add {</p><p> rewrite ^(.*)$ /API/bans_add.php;</p><p>}</p><p></p><p>location = /API/tickets {</p><p> rewrite ^(.*)$ /API/tickets.php;</p><p>}</p><p></p><p>location = /API/catalog/pages {</p><p> rewrite ^(.*)$ /API/catalog_pages.php;</p><p>}</p><p></p><p>location = /API/catalog/items {</p><p> rewrite ^(.*)$ /API/catalog_items.php;</p><p>}</p><p></p><p>location = /API/catalog/items/edit {</p><p> rewrite ^(.*)$ /API/catalog_items_edit.php;</p><p>}</p><p></p><p>location = /API/catalog/pages/edit {</p><p> rewrite ^(.*)$ /API/catalog_pages_edit.php;</p><p>}</p><p></p><p>location = /API/catalog/add/page {</p><p> rewrite ^(.*)$ /API/catalog_pages_add.php;</p><p>}</p><p></p><p>location = /API/news {</p><p> rewrite ^(.*)$ /API/news.php;</p><p>}</p><p></p><p>location = /API/news/edit {</p><p> rewrite ^(.*)$ /API/news_edit.php;</p><p>}</p><p></p><p>location = /API/news/add {</p><p> rewrite ^(.*)$ /API/news_add.php;</p><p>}</p><p></p><p>location = /API/logs {</p><p> rewrite ^(.*)$ /API/logs.php;</p><p>}</p><p></p><p>location = /API/server/navigator_rooms {</p><p> rewrite ^(.*)$ /API/navigator_rooms.php;</p><p>}</p><p></p><p>location = /API/server/navigator/home {</p><p> rewrite ^(.*)$ /API/navigator_home.php;</p><p>}</p><p></p><p>location /swf {</p><p> rewrite ^/swf/c_images/notifications/usr/look/(.*).png$ /swf/c_images/notifications/usr/look.php?user=$1;</p><p> rewrite ^/swf/c_images/notifications/usr/body/(.*).png$ /swf/c_images/notifications/usr/body.php?user=$1;</p><p>}</p><p></p><p>location /index {</p><p> rewrite ^/index(|/)$ /files/index/index.php;</p><p>}</p><p></p><p>location /banned {</p><p> rewrite ^/banned(|/)$ /files/index/banned.php;</p><p>}</p><p></p><p>location /confirm {</p><p> rewrite ^/confirm/(..*)(|/)$ /files/personal/confirm.php?link=$1;</p><p>}</p><p></p><p>location /error {</p><p> rewrite ^/error(|/)$ /files/others/error.php;</p><p>}</p><p></p><p>location /client {</p><p> rewrite ^/client(|/)$ /files/personal/client.php;</p><p>}</p><p></p><p>location /play {</p><p> rewrite ^/play(|/)$ /files/personal/client.php;</p><p>}</p><p></p><p>location /juego {</p><p> rewrite ^/juego(|/)$ /files/personal/client.php;</p><p>}</p><p></p><p>location /hotel {</p><p> rewrite ^/hotel(|/)$ /files/personal/client.php;</p><p> rewrite ^/hotel/(..*)(|/)$ /files/personal/client.php?room=$1;</p><p>}</p><p></p><p>location /room {</p><p> rewrite ^/room/(..*)(|/)$ /files/personal/room.php?room=$1;</p><p>}</p><p></p><p>location /pin {</p><p> rewrite ^/pin(|/)$ /files/personal/pin.php;</p><p>}</p><p></p><p>location /home {</p><p> rewrite ^/home(|/)$ /files/personal/home.php;</p><p>}</p><p></p><p>location /settings {</p><p> rewrite ^/settings(|/)$ /files/personal/settings.php;</p><p>}</p><p></p><p>location /profile {</p><p> rewrite ^/profile/(..*)(|/)$ /files/personal/profile.php?user=$1;</p><p>}</p><p></p><p>location /news {</p><p> rewrite ^/news(|/)$ /files/news/news.php;</p><p> rewrite ^/news/(..*)(|/)$ /files/news/view.php?link=$1;</p><p>}</p><p></p><p>location /create {</p><p> rewrite ^/create/new(|/)$ /files/news/create.php;</p><p>}</p><p></p><p>location /community {</p><p> rewrite ^/community/team(|/)$ /files/community/team.php;</p><p> rewrite ^/community/support(|/)$ /files/community/support.php;</p><p> rewrite ^/community/userson(|/)$ /files/community/userson.php;</p><p>}</p><p></p><p>location /prestige {</p><p> rewrite ^/prestige/users(|/)$ /files/prestige/prestige-user.php;</p><p> rewrite ^/prestige/rooms(|/)$ /files/prestige/prestige-room.php;</p><p>}</p><p></p><p>location /forum {</p><p> rewrite ^/forum(|/)$ /files/forum/forum.php;</p><p> rewrite ^/forum/new-subject(|/)$ /files/forum/newsubject.php;</p><p> rewrite ^/forum/new-(..*)(|/)$ /files/forum/editsubject.php?id=$1;</p><p> rewrite ^/forum/category/1/(..*)/(..*)(|/)$ /files/forum/category.php?c=1&p=$1&link=$1;</p><p> rewrite ^/forum/category/2/(..*)/(..*)(|/)$ /files/forum/category.php?c=2&p=$1&link=$1;</p><p> rewrite ^/forum/category/3/(..*)/(..*)(|/)$ /files/forum/category.php?c=3&p=$1&link=$1;</p><p> rewrite ^/forum/category/4/(..*)/(..*)(|/)$ /files/forum/category.php?c=4&p=$1&link=$1;</p><p> rewrite ^/forum/category/5/(..*)/(..*)(|/)$ /files/forum/category.php?c=5&p=$1&link=$1;</p><p> rewrite ^/forum/category/6/(..*)/(..*)(|/)$ /files/forum/category.php?c=6&p=$1&link=$1;</p><p> rewrite ^/forum/category/7/(..*)/(..*)(|/)$ /files/forum/category.php?c=7&p=$1&link=$1;</p><p> rewrite ^/forum/category/8/(..*)/(..*)(|/)$ /files/forum/category.php?c=8&p=$1&link=$1;</p><p> rewrite ^/forum/my-subject(|/)$ /files/forum/my-subject.php;</p><p> rewrite ^/forum/(..*)(|/)$ /files/forum/view.php?link=$1;</p><p>}</p><p></p><p>location /shop {</p><p> rewrite ^/shop(|/)$ /files/shop/index.php;</p><p> rewrite ^/shop/badges(|/)$ /files/shop/badge.php;</p><p>}</p><p></p><p>location /photo {</p><p> rewrite ^/photo/(.*)/(.*)$ /photo.php?type=$1&hash=$2;</p><p> rewrite ^/swf/c_images/navigator-thumbnail/(.*)$ /photo.php?type=thumbnail&hash=$1;</p><p>}</p><p></p><p>location /YezzPanel {</p><p> rewrite ^/YezzPanel/reports(|/)$ /YezzPanel/reporte.php;</p><p> rewrite ^/YezzPanel/reports-view(|/)$ /YezzPanel/reporte-view.php;</p><p> rewrite ^/YezzPanel/central-room(|/)$ /YezzPanel/config-basic.php;</p><p> rewrite ^/YezzPanel/config-hotel(|/)$ /YezzPanel/config-global.php;</p><p> rewrite ^/YezzPanel/management-bans(|/)$ /YezzPanel/bans.php;</p><p> rewrite ^/YezzPanel/management-clones(|/)$ /YezzPanel/clones.php;</p><p> rewrite ^/YezzPanel/management-badges(|/)$ /YezzPanel/badges.php;</p><p> rewrite ^/YezzPanel/management-ranks(|/)$ /YezzPanel/ranks.php;</p><p> rewrite ^/YezzPanel/management-ranks2(|/)$ /YezzPanel/ranks2.php;</p><p> rewrite ^/YezzPanel/management-users(|/)$ /YezzPanel/users.php;</p><p> rewrite ^/YezzPanel/upload-bad(|/)$ /YezzPanel/subir-placa.php;</p><p> rewrite ^/YezzPanel/upload-background(|/)$ /YezzPanel/subir-fondo.php;</p><p> rewrite ^/YezzPanel/shop-badge(|/)$ /YezzPanel/placas.php;</p><p> rewrite ^/YezzPanel/shop-logs(|/)$ /YezzPanel/shoplogs.php;</p><p> rewrite ^/YezzPanel/diamonds-logs(|/)$ /YezzPanel/translogs.php;</p><p> rewrite ^/YezzPanel/news(|/)$ /YezzPanel/noticias.php;</p><p> rewrite ^/YezzPanel/events(|/)$ /YezzPanel/eventos.php;</p><p> rewrite ^/YezzPanel/shop-news(|/)$ /YezzPanel/shop-news.php;</p><p> rewrite ^/YezzPanel/logs-cms(|/)$ /YezzPanel/logscms.php;</p><p> rewrite ^/YezzPanel/logs-emu-staff(|/)$ /YezzPanel/logsemustaff.php;</p><p> rewrite ^/YezzPanel/logs-emu-users(|/)$ /YezzPanel/logsemuuser.php;</p><p> rewrite ^/YezzPanel/logs-adm(|/)$ /YezzPanel/logsadm.php;</p><p> rewrite ^/YezzPanel/store(|/)$ /YezzPanel/store.php;</p><p> rewrite ^/YezzPanel/management-salas(|/)$ /YezzPanel/publicas.php;</p><p>}</p></blockquote><p></p>
[QUOTE="Ultraface19, post: 457867, member: 85507"] I am trying to install a CMS but when configuring everything I get this error: - An internal server error has occurred and your request could not be completed. An internal server error has occurred and your request could not be completed. Either the server is overloaded or there has been a failure in executing a CGI program. I have tried increasing the memory_limit of xampp but it doesn't work, I have been reading that it could be an error by the htaccess but I cannot find what the error can be, over here I leave the htaccess and I hope someone can help thanks!! htaccess: location /submit { rewrite ^/submit(|/)$ /deprived/submits/submit.php; } location /register { rewrite ^/register-submit(|/)$ /deprived/submits/register_submit.php; rewrite ^/register(|/)$ /files/index/register.php; } location /pictures { rewrite ^/pictures/(.*)_small.png /pictures/$1.png; } location /newfoto { rewrite ^/newfoto/core/(.+)(|/)$ /newfoto/index.php?id=$1; } location /roomenterad { rewrite ^/roomenterad/(.*)$ /ads.php?mode=client; } location /functions { rewrite ^/functions-all(|/)$ /deprived/funciones/functions.php; } location /avatar { rewrite ^/avatar-generator(|/)$ /deprived/funciones/llamalook.php; } location /logout { rewrite ^/logout(|/)$ /deprived/funciones/logout.php; } location /bye { rewrite ^/bye(|/)$ /deprived/funciones/logout.php; } location /loadnames { rewrite ^/loadnames(|/)$ /deprived/funciones/llamanombre.php; } location /loademails { rewrite ^/loademails(|/)$ /deprived/funciones/llamaemail.php; } location /buscador { rewrite ^/buscador(|/)$ /deprived/funciones/buscador.php; } location /habbo { rewrite ^/habbo-imaging/avatarimage(|/)$ /habbo-imaging/avatar.php; rewrite ^/habbo-imaging/badge/(.*) /habbo-imaging/badge.php?badge=$1; rewrite ^/habbo-imaging/head(|/)$ /habbo-imaging/user-badge/head.php; } location /game { rewrite ^/game/c_images/notifications/fig/(..*).png(|/)$ /game/c_images/notifications/user.php?fig=$1; rewrite ^/game(|/)$ /files/personal/client.php; } location = /API/dashboard { rewrite ^(.*)$ /API/dashboard.php; } location = /API/statistics { rewrite ^(.*)$ /API/statistics.php; } location = /API/team { rewrite ^(.*)$ /API/staff_team.php; } location = /API/players { rewrite ^(.*)$ /API/players.php; } location = /API/players/edit { rewrite ^(.*)$ /API/players_edit.php; } location = /API/players/inventory { rewrite ^(.*)$ /API/players_inventory.php; } location = /API/bans { rewrite ^(.*)$ /API/bans.php; } location /API { rewrite ^/API/bans/page/(.*)$ /API/bans.php?page=$1; rewrite ^/API/catalog/pages/page/(.*)$ /API/catalog_pages.php?page=$1; rewrite ^/API/news/page/(.*)$ /API/news.php?page=$1; rewrite ^/API/logs/page/(.*)$ /API/logs.php?page=$1; } location = /API/bans/page/1 { rewrite ^(.*)$ /API/bans/page/0; } location = /API/ban/add { rewrite ^(.*)$ /API/bans_add.php; } location = /API/tickets { rewrite ^(.*)$ /API/tickets.php; } location = /API/catalog/pages { rewrite ^(.*)$ /API/catalog_pages.php; } location = /API/catalog/items { rewrite ^(.*)$ /API/catalog_items.php; } location = /API/catalog/items/edit { rewrite ^(.*)$ /API/catalog_items_edit.php; } location = /API/catalog/pages/edit { rewrite ^(.*)$ /API/catalog_pages_edit.php; } location = /API/catalog/add/page { rewrite ^(.*)$ /API/catalog_pages_add.php; } location = /API/news { rewrite ^(.*)$ /API/news.php; } location = /API/news/edit { rewrite ^(.*)$ /API/news_edit.php; } location = /API/news/add { rewrite ^(.*)$ /API/news_add.php; } location = /API/logs { rewrite ^(.*)$ /API/logs.php; } location = /API/server/navigator_rooms { rewrite ^(.*)$ /API/navigator_rooms.php; } location = /API/server/navigator/home { rewrite ^(.*)$ /API/navigator_home.php; } location /swf { rewrite ^/swf/c_images/notifications/usr/look/(.*).png$ /swf/c_images/notifications/usr/look.php?user=$1; rewrite ^/swf/c_images/notifications/usr/body/(.*).png$ /swf/c_images/notifications/usr/body.php?user=$1; } location /index { rewrite ^/index(|/)$ /files/index/index.php; } location /banned { rewrite ^/banned(|/)$ /files/index/banned.php; } location /confirm { rewrite ^/confirm/(..*)(|/)$ /files/personal/confirm.php?link=$1; } location /error { rewrite ^/error(|/)$ /files/others/error.php; } location /client { rewrite ^/client(|/)$ /files/personal/client.php; } location /play { rewrite ^/play(|/)$ /files/personal/client.php; } location /juego { rewrite ^/juego(|/)$ /files/personal/client.php; } location /hotel { rewrite ^/hotel(|/)$ /files/personal/client.php; rewrite ^/hotel/(..*)(|/)$ /files/personal/client.php?room=$1; } location /room { rewrite ^/room/(..*)(|/)$ /files/personal/room.php?room=$1; } location /pin { rewrite ^/pin(|/)$ /files/personal/pin.php; } location /home { rewrite ^/home(|/)$ /files/personal/home.php; } location /settings { rewrite ^/settings(|/)$ /files/personal/settings.php; } location /profile { rewrite ^/profile/(..*)(|/)$ /files/personal/profile.php?user=$1; } location /news { rewrite ^/news(|/)$ /files/news/news.php; rewrite ^/news/(..*)(|/)$ /files/news/view.php?link=$1; } location /create { rewrite ^/create/new(|/)$ /files/news/create.php; } location /community { rewrite ^/community/team(|/)$ /files/community/team.php; rewrite ^/community/support(|/)$ /files/community/support.php; rewrite ^/community/userson(|/)$ /files/community/userson.php; } location /prestige { rewrite ^/prestige/users(|/)$ /files/prestige/prestige-user.php; rewrite ^/prestige/rooms(|/)$ /files/prestige/prestige-room.php; } location /forum { rewrite ^/forum(|/)$ /files/forum/forum.php; rewrite ^/forum/new-subject(|/)$ /files/forum/newsubject.php; rewrite ^/forum/new-(..*)(|/)$ /files/forum/editsubject.php?id=$1; rewrite ^/forum/category/1/(..*)/(..*)(|/)$ /files/forum/category.php?c=1&p=$1&link=$1; rewrite ^/forum/category/2/(..*)/(..*)(|/)$ /files/forum/category.php?c=2&p=$1&link=$1; rewrite ^/forum/category/3/(..*)/(..*)(|/)$ /files/forum/category.php?c=3&p=$1&link=$1; rewrite ^/forum/category/4/(..*)/(..*)(|/)$ /files/forum/category.php?c=4&p=$1&link=$1; rewrite ^/forum/category/5/(..*)/(..*)(|/)$ /files/forum/category.php?c=5&p=$1&link=$1; rewrite ^/forum/category/6/(..*)/(..*)(|/)$ /files/forum/category.php?c=6&p=$1&link=$1; rewrite ^/forum/category/7/(..*)/(..*)(|/)$ /files/forum/category.php?c=7&p=$1&link=$1; rewrite ^/forum/category/8/(..*)/(..*)(|/)$ /files/forum/category.php?c=8&p=$1&link=$1; rewrite ^/forum/my-subject(|/)$ /files/forum/my-subject.php; rewrite ^/forum/(..*)(|/)$ /files/forum/view.php?link=$1; } location /shop { rewrite ^/shop(|/)$ /files/shop/index.php; rewrite ^/shop/badges(|/)$ /files/shop/badge.php; } location /photo { rewrite ^/photo/(.*)/(.*)$ /photo.php?type=$1&hash=$2; rewrite ^/swf/c_images/navigator-thumbnail/(.*)$ /photo.php?type=thumbnail&hash=$1; } location /YezzPanel { rewrite ^/YezzPanel/reports(|/)$ /YezzPanel/reporte.php; rewrite ^/YezzPanel/reports-view(|/)$ /YezzPanel/reporte-view.php; rewrite ^/YezzPanel/central-room(|/)$ /YezzPanel/config-basic.php; rewrite ^/YezzPanel/config-hotel(|/)$ /YezzPanel/config-global.php; rewrite ^/YezzPanel/management-bans(|/)$ /YezzPanel/bans.php; rewrite ^/YezzPanel/management-clones(|/)$ /YezzPanel/clones.php; rewrite ^/YezzPanel/management-badges(|/)$ /YezzPanel/badges.php; rewrite ^/YezzPanel/management-ranks(|/)$ /YezzPanel/ranks.php; rewrite ^/YezzPanel/management-ranks2(|/)$ /YezzPanel/ranks2.php; rewrite ^/YezzPanel/management-users(|/)$ /YezzPanel/users.php; rewrite ^/YezzPanel/upload-bad(|/)$ /YezzPanel/subir-placa.php; rewrite ^/YezzPanel/upload-background(|/)$ /YezzPanel/subir-fondo.php; rewrite ^/YezzPanel/shop-badge(|/)$ /YezzPanel/placas.php; rewrite ^/YezzPanel/shop-logs(|/)$ /YezzPanel/shoplogs.php; rewrite ^/YezzPanel/diamonds-logs(|/)$ /YezzPanel/translogs.php; rewrite ^/YezzPanel/news(|/)$ /YezzPanel/noticias.php; rewrite ^/YezzPanel/events(|/)$ /YezzPanel/eventos.php; rewrite ^/YezzPanel/shop-news(|/)$ /YezzPanel/shop-news.php; rewrite ^/YezzPanel/logs-cms(|/)$ /YezzPanel/logscms.php; rewrite ^/YezzPanel/logs-emu-staff(|/)$ /YezzPanel/logsemustaff.php; rewrite ^/YezzPanel/logs-emu-users(|/)$ /YezzPanel/logsemuuser.php; rewrite ^/YezzPanel/logs-adm(|/)$ /YezzPanel/logsadm.php; rewrite ^/YezzPanel/store(|/)$ /YezzPanel/store.php; rewrite ^/YezzPanel/management-salas(|/)$ /YezzPanel/publicas.php; } [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Error 500 in xampp (possible htaccess?)
Top