404 - File or directory not found. - i just JUST got everything working then this happen

giogimic

New Member
Oct 8, 2012
9
0
So i finally got everything working i was actually on the server for a bit then i got off to go take a shower

i come back from the shower i start doing a few me.php edits this is what i did

changed this
Code:
<img src="http://www.habbo.co.uk/habbo-imaging/avatarimage?figure={figure}&action=&direction=2&head_direction=3&gesture=srp&size=l" id="user"/>

to this

Code:
<img src="http://www.habbo.co.uk/habbo-imaging/avatarimage?figure={figure}&action=drk&direction=2&head_direction=3&gesture=srp&size=l" id="user"/>

Next thing you know i refresh after i save it and i get

Code:
Server Error

404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

so i was just like oh maybe that wont work i undo what i did re-save still says file not found so i refresh to a backup i made of the CMS from when i just got it working i refresh File Not Found...

I didn't edit anything else ..

any ideas?
Skype: GioGimic
 

Kontrol

Graphics Artist - Kontrol!
Feb 23, 2014
217
28
I really don't know sorry, I've never owned a habbo retro but thought I might be able to help because I'm a coder but meh I guess I can't sorry and good luck.


Sent from my iPad using Tapatalk
 

giogimic

New Member
Oct 8, 2012
9
0
Did you change anything in .htaccess or something?
Nope didn't touch .htaccess. I accidently hit enter opening helicon but i didnt do anything within it i closed it out

Code:
RewriteEngine On

RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]

RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1

that's whats in the .htaccess as of right now
 

Users who are viewing this thread

Top