UberCMS 2 by Jonteh and Method / Problem.
I'm having problems setting up a server through apache. The apache is hosted on a linux webhost, But that shouldn't matter. Anyways. I can log in, and you know how it re-directs you to [url.com]/me ?
It re-directs to it, but says [Page not found ] http://puu.sh/ug31
But the thing is.. When I type .php at the end of the files, it works.
And I'm talking about every page. Not just /me .
I'm sure the htaccess is correct, but if you need it, I'll post it on the thread.
Thank you very much
Re: UberCMS 2 by Jonteh and Method / Problem.
You have to edit your configuration file (the URL)...
Re: UberCMS 2 by Jonteh and Method / Problem.
Quote:
Originally Posted by
Feedback
You have to edit your configuration file (the URL)...
It's edited properly. I've just used [URL] for an example,But it's really edited.
Re: UberCMS 2 by Jonteh and Method / Problem.
Could be possible the mod_rewrite on your Apache server has been disabled, or it's been configured to ignore .htaccess files completely.
Read this tutorial: Enable htaccess on Apache | | Tildemark BlogsTildemark Blogs
Re: UberCMS 2 by Jonteh and Method / Problem.
Quote:
Originally Posted by
iHarrison
.htaccess files work and so does mod_rewrite. It's just not recognizing anything.
Re: UberCMS 2 by Jonteh and Method / Problem.
Remove [url] to your URL.
Re: UberCMS 2 by Jonteh and Method / Problem.
The problem is that .htaccess isn't recognizing the RewriteRule's Regex.
.htaccess File
Result
Re: UberCMS 2 by Jonteh and Method / Problem.
Quote:
Originally Posted by
Maelfic
Remove [url] to your URL.
I've just typed [url] for security purposes.
Re: UberCMS 2 by Jonteh and Method / Problem.
Quote:
Originally Posted by
JoemoeLOL
I've just typed [url] for security purposes.
Wouldn't make a difference, they can view your client.php source and get your IP's & ports from there. I'd use the link to [url].
Re: UberCMS 2 by Jonteh and Method / Problem.
Quote:
Originally Posted by
Maelfic
Wouldn't make a difference, they can view your client.php source and get your IP's & ports from there. I'd use the link to [url].
Regardless of someone getting the IP. That isn't something I am necessarily worried about. Getting this CMS to work would be great though! So if you have some insight to what could be going on, please feel free.
Re: UberCMS 2 by Jonteh and Method / Problem.
So it seems that the problem was that the RewriteCond %{REQUEST_FILENAME} !-d is not taking effect. Once I create the directory such as /me it starts working again. So I am unsure why the problem is there in the beginning, but at least I have a temporary fix if I need.
Fixed the problem. Did some deep digging through error logs.
You must add line Options -MultiViews to disable MultiViews. Lol.
Please close this thread as the resolution has been found.
Re: UberCMS 2 by Jonteh and Method / Problem.
Yup, i had this Error. But now i get a new one.
How to Fix YOUR Error:
Find This in .htaccess:
Then Paste these two lines above it:
Quote:
# mod_rewrite in use
Options FollowSymLinks
If this still results in an error, use this whole .htaccess:
Quote:
<ifModule mod_php5.c>
php_value zlib.output_compression 16386
php_value register_globals off
php_value session.use_trans_sid 0
php_value default_charset iso-8859-1
</ifModule>
# mod_rewrite in use
Options FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)\.html $1\.php
ErrorDocument 400 /error.php?e=400
ErrorDocument 401 /error.php?e=401
ErrorDocument 403 /error.php?e=403
ErrorDocument 404 /error.php?e=404
RewriteRule ^myhabbo/save(|/)$ /myhabbo/save.php
RewriteRule ^home/(.*)/startSession/(.*)$ /startSession.php?id=$2
RewriteRule ^home/([^/]+)/id(|/)$ /home.php?qryId=$1
RewriteRule ^home/([^/]+)(|/)$ /home.php?qryName=$1
RewriteRule ^myhabbo/cancel/(.*)(|/)$ /myhabbo/cancel.php?id=$1
RewriteRule ^myhabbo/(.*)/(.*)(|/)$ /myhabbo/$1_$2.php
RewriteRule ^identity/useOrCreateAvatar/([^/]+)(|/)$ /identity.php?type=useOrCreateAvatar¶m=$1
RewriteRule ^identity/([^/]+)/error/([^/]+)(|/)$ /identity.php?type=$1&errors=$2
RewriteRule ^identity/([^/]+)(|/)$ /identity.php?type=$1
RewriteRule ^changeRLname/([^/]+)/code/([^/]+)(|/)$ /changeRLname.php?name=$1&code=$2
RewriteRule ^groups/(.*)/id/discussions/(.*)/id/page/(.*) viewthread.php?groupid=$1&thread=$2&page=$3
RewriteRule ^groups/(.*)/id/discussions/(.*)/id viewthread.php?groupid=$1&thread=$2
RewriteRule ^groups/(.*)/id/discussions discusiones.php?id=$1
RewriteRule ^groups/(.*)/id/BadgeUpdated ./grupos.php?id=$1&x=BadgeUpdated
RewriteRule ^groups/(.*)/id/canceledit ./grupos.php?id=$1&do=canceledit
RewriteRule ^groups/(.*)/id/edit ./groups.php?id=$1&do=edit
RewriteRule ^groups/(.*)/id ./groups.php?id=$1
RewriteRule ^groups/(.*) ./grupos.php?name=$1
RewriteRule ^shops/Tienda(|/)$ /vip.php
RewriteRule ^shops/VIP(|/)$ /vip2.php
RewriteRule ^shops/Raros(|/)$ /vip3.php
RewriteRule ^shops/Placas(|/)$ /vip4.php
RewriteRule ^pingsession(|/)$ /pingsession.php
RewriteRule ^habboclub/habboclub_confirm(|/)$ /habblet/habboclub_confirm.php
RewriteRule ^crossdomain.xml$ /crossdomain.php
RewriteRule ^gamedata/external(|/)$ /externals.php
RewriteRule ^security_check(|/)$ security_check.php
RewriteRule ^profile(|/)$ /profile.php
RewriteRule ^client(|/)$ /client.php
RewriteRule ^flash_client_error(|/)$ /client_error.php
RewriteRule ^client_error(|/)$ /client_error.php
RewriteRule ^me(|/)$ /me.php
RewriteRule ^me2(|/)$ /prueba.php
RewriteRule ^login_popup(|/)$ /login-popup.php
RewriteRule ^chatroom(|/)$ /chat.php
RewriteRule ^community/vip(|/)$ /vippage.php
RewriteRule ^community(|/)$ /community.php
RewriteRule ^community/staff(|/)$ /staff.php
RewriteRule ^community/linces(|/)$ /linces.php
RewriteRule ^help/faqsearch ./help.php
RewriteRule ^help/(.*)$ ./help.php?id=$1
RewriteRule ^help$ ./help.php
RewriteRule ^vip$ ./vip.php
RewriteRule ^index2$ ./index2.php
RewriteRule ^papers/(.*)$ ./paper.php?page=$1
RewriteRule ^credits(|/)$ /credits.php
RewriteRule ^credits/pixels(|/)$ /pixels.php
RewriteRule ^credits/club(|/)$ /habboclub.php
RewriteRule ^credits/habboclub(|/)$ /habboclub.php
RewriteRule ^credits/uberclub(|/)$ /habboclub.php
RewriteRule ^credits/uberclub/tryout(|/)$ /clubtryout.php
RewriteRule ^credits/habboclub/tryout(|/)$ /clubtryout.php
RewriteRule ^quickregister/cancel(|/)$ /register.php?cancal
RewriteRule ^quickregister/complete(|/)$ /welcome.php
RewriteRule ^register/welcome(|/)$ /welcome.php
RewriteRule ^quickregister/start(|/)$ /register.php?stap=1
RewriteRule ^quickregister/start/error/([^/]+)(|/)$ /register.php?stap=1&errors=$1
RewriteRule ^quickregister/age_gate_submit(|/)$ /register.php?stap=2
RewriteRule ^quickregister/index(|/)$ /index.php
RewriteRule ^quickregister/email_password(|/)$ /register.php?stap=3
RewriteRule ^quickregister/email_password/error/([^/]+)(|/)$ /register.php?stap=3&errors=$1
RewriteRule ^quickregister/email_password_submit(|/)$ /register.php?stap=4
RewriteRule ^quickregister/captcha(|/)$ /register.php?stap=5
RewriteRule ^quickregister/captcha/error/([^/]+)(|/)$ /register.php?stap=5&errors=$1
RewriteRule ^quickregister/captcha_submit(|/)$ /register.php?stap=6
RewriteRule ^my_details(|/)$ /my_details.php
RewriteRule ^change_password(|/)$ /change_password.php
RewriteRule ^change_email(|/)$ /change_email.php
RewriteRule ^vip/shop(|/)$ /vipshop.php
RewriteRule ^vip/getpoints(|/)$ /vippoints.php
RewriteRule ^account/policy-verify(|/)$ /policyver.php
RewriteRule ^account/password/forgot(|/)$ /forgot.php
RewriteRule ^account/submit(|/)$ /security_check.php
RewriteRule ^account/logout(|/)$ /logout.php
RewriteRule ^account/logout_ok(|/)$ /logout-ok.php
RewriteRule ^account/disconnected(|/)$ /disconnected.php
RewriteRule ^articles(|/)$ /article.php?mostRecent
RewriteRule ^articles/archive(|/)$ /article.php?mostRecent&archiveMode
RewriteRule ^articles/([^/]+)/in/archive(|/)$ /article.php?rel=$1&archiveMode
RewriteRule ^articles/([^/]+)(|/)$ /article.php?rel=$1
RewriteRule ^articles/category/([^/]+)(|/)$ /article.php?category=$1
RewriteRule ^register/undefined/([^/]+)$ /me.php
RewriteRule ^habblet/cproxy(|/)$ /habbletProxy.php
RewriteRule ^habblet/ajax/([^/]+)(|/)$ /habbletAjax.php?cmd=$1
RewriteRule ^habblet/([^/]+)(|/)$ /habblet.php?cmd=$1
RewriteRule ^myhabbo/([^.]+)(|/)$ /myhabbo.php?cmd=$1
RewriteRule ^minimail/loadMessage(|/)$ /minimail-view.php
RewriteRule ^minimail/([^/]+)(|/)$ /minimail.php?cmd=$1
RewriteRule ^my_details(|/)$ /my_details.php
RewriteRule ^change_password(|/)$ /change_password.php
RewriteRule ^change_email(|/)$ /change_email.php
RewriteRule ^quickmenu/friends_all(|/)$ /quick-friends.php
RewriteRule ^quickmenu/groups(|/)$ /quick-groups.php
RewriteRule ^quickmenu/rooms(|/)$ /quick-rooms.php
RewriteRule ^r=(.*)$ /refer.php?r=$1
RewriteRule ^refer/(.*)$ /refer.php?r=$1
RewriteRule ^referidos/(.*)$ /referidos.php?n=$1
RewriteRule ^tag/search?tag=(.*)$ ./tags.php?tag=$1 [QSA]
RewriteRule ^tag/(.*)$ ./tags.php?tag=$1 [QSA]
RewriteRule ^tag$ ./tags.php [QSA]
RewriteRule ^ricos(|/)$ /tops.php
RewriteRule ^habblet/ajax/removeFeedItem ./habblet/ajax_removeFeedItem.php
Now, My Error:P
When I Login, it goes to a Blank Page. You have to type "security_check" or "me" manually then it works. Anyway to get this Working?
Re: UberCMS 2 by Jonteh and Method / Problem.
Re: UberCMS 2 by Jonteh and Method / Problem.
Quote:
Originally Posted by
B0bStatue
Re upload it.. ._.
1. Smilies are stupid. Gtfo n00b.
2. No. Just no.
If you want a permanent solution, don't use retarded Apache and go with the smart, handsome IIS Man. ;]
Re: UberCMS 2 by Jonteh and Method / Problem.
Quote:
Originally Posted by
FullmetalPride
1. Smilies are stupid. Gtfo n00b.
2. No. Just no.
Quote:
Originally Posted by
FullmetalPride
If you want a permanent solution, don't use retarded Apache and go with the smart, handsome IIS Man. ;]
WOW^
LOL, really you called me a noob how dumb are you fucking immature ass hole, I was giving a answer I used that solution and it worked, and IIS has plentiful errors. Dumb ass!