Marcello Henrique
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Marcello Henrique-
Marcello Henrique created a post,
UTF-8 is not working
Hi! i'm having some issues with utf8 encoding in my form. at my localhost, when i send the data(using accents: """ etc) to controller, everything works fine. at server, when i get the data using ...
-
Marcello Henrique commented,
Did you change the name servers, or simply update the "A" record at your DNS provider? If you only changed the "A" record, then you must also do so for each subdomain entry. Thank you. well, ever...
-
Marcello Henrique commented,
changed my domain's pointing and it's working! but, not in my subdomain! ahhhahahh
-
Marcello Henrique commented,
Have you changed the name servers for this domain name yet so it points to your server? well, my domain is pointing to another server. maybe it could be the reason. i'm gonna change it and i'll te...
-
Marcello Henrique commented,
What do you see in your browser address bar (replace the actual domain name or IP with an example)? Thank you. http:/server.com/~user/project/controller/attribute Error message The requested URL...
-
Marcello Henrique commented,
http:/server.com/~user/project/controller/attribute
-
Marcello Henrique commented,
Could you clarify if you are using Apache Mod_UserDir to access the content? where i can check it? sorry i'm newbie. i asked the webmaster, and i'm waiting his answer *update: i asked the webmast...
-
Marcello Henrique commented,
i've downloaded a new codeigniter project and put this .htacess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] works ...
-
Marcello Henrique commented,
The error message indicates you are using Apache Mod_UserDir to access the website. Have you tried accessing the domain name directly? Thank you. i'm with mod rewrite enabled, if you access domain...
-
Marcello Henrique commented,
yes. it's correct! (look the screenshot) - if i remove the RewriteRule line, the error changes... The requested URL /~pqr/praquerumo/controller/attribute was not found on this server. the url is r...