Marcello Henrique
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Marcello Henrique-
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...
-
changed my domain's pointing and it's working! but, not in my subdomain! ahhhahahh
-
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...
-
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...
-
http:/server.com/~user/project/controller/attribute
-
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...
-
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 ...
-
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...
-
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...
-
i made the changes but i still have the same error.