Phoenix CMS 2.0

Status
Not open for further replies.

Mastah

the funny thing is \r\n i did
Oct 25, 2010
739
41
I whas bored and i whas thinkin lets try phoenix.
I whas kinda tired of phpretro so lets try this one.


Ok i have putted Phoenixcms 2.0 In the htdosc file.
Putted phoenixdb.sql in the database and changed some things like the link.
And the ip.

Because thats what you need to do to enter youre site and to make others enter it.
Now i got a friggin annoying problem wich is this when i register it shows this:

Now dont go bothering me that i didnt change link on database because i did.




so when i log in and or register and im done i aint enter site im getting this

5. 14. 81. 60/ security_check_t oken
 

wallis

Member
Oct 7, 2010
115
0
em; try refreshing the site a couple of times. If that doesn't work then goto xampp;apache;conf;extra;httpd-xampp;open in notepad.
Find;
Code:
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampplicenses|security|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8 \
               fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
               fe80::/10 169.254.0.0/16

    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
change it to;

Code:
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampplicenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    allow from all
        ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
and then reboot apache.

Credit to CJRP; from *****. [dunno if he's on this or not]
 
Status
Not open for further replies.

Users who are viewing this thread

Top