Welcome Guest, Not a member yet? Register   Sign In
problem with publishing a project
#1

[eluser]joe_h[/eluser]
Greetings, I have to publish a project with a dns name ... proyecto.domain.com, when I set the base_path I put that address, I get the home page fine, but when I try to start, I get a 500 error because the direction is trying to verify this: http://proyecto.domain.com/login/autenticar when in fact this project is in my www (I use wamp) in a folder called project.

I remove the index.php with htaccess file is as follows:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /proyecto
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
<IfModule !mod_rewrite.c>
ErrorDocument 404 /proyecto/index.php
</IfModule>


I wonder if there is something special about using the project in a different way to keep in the base_path localhost.

I have enabled the rewrite module also

No it might be.

Thanks in advance


Messages In This Thread
problem with publishing a project - by El Forum - 06-06-2013, 01:51 PM
problem with publishing a project - by El Forum - 06-06-2013, 04:32 PM
problem with publishing a project - by El Forum - 06-20-2013, 07:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB