php - Codeigniter Project Working Locally & on web Showing 404 -


hi project works fine locally when try run on shared hosting gives 404 error structure follows

project structure

/public_html/mydomain.com -content    --asset    --build --case --core   --application   --main   --system --lwyers --setup --subdomains  $config['base_url'] = 'http://mydomain.c-m/'; $config[‘uri_protocol’] = 'auto'; $config['content_url'] = 'http://mydomain.c-m/content/'; $config['index_page'] = '';    htc access file <ifmodule mod_rewrite.c> rewriteengine on rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule ^(.*)$ index.php/$1 [l] </ifmodule>code here 

pls guide me doing wrong,

please check project's directory permission. directory must have permission : rwx-rwx-rx


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -