Jump to content
Fórum Script Brasil
  • 0

404 Not Found


GuiOr

Question

Boa Tarde Galera...

estou com um problema para implementar um sistema em um cliente aqui da empresa.

o sistema é em codeigniter o micro é um CentOS,

inicialmente eu instalei o necessário para o funcionamento do sistema como apache, php, mysql, etc...

fiz algumas configurações no httpd.conf e php.ini para o sistema rodar, o sistema entrou em funcionamento na primeira página porém nenhum link do sistema funciona, quando acesso algum link sou direcionado para 404 Not Found e no log do apache recebo:

tail -f /var/log/httpd/error_log

[Thu Dec 08 14:04:56 2011] [error] [client xxx.xxx.xxx.xx] File does not exist: /var/www/atech/CI_Carsamma/carsamma, referer: http://xxx.xx.xx.xxx/

dei uma pesquisada na web e encontrei um cara com o mesmo problema aqui: link

porém já fiz todas as configurações do .htaccess e continua na mesma!!

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

se alguém souber, fico Grato!!

Atenciosamente.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Galera, Bom Dia.

Estava configurando o OS aqui e encontrei o problema, estava na configuração do httpd.conf.

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
    AllowOverride All

somente coloquei a opção para 'All' e "Plin" funcionou..

só precisei instalar alguns pacotes Spreadsheet::WriteExcel::Big do perl....

Grato.

Atenciosamente.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...