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
Post a Comment