i don’t get any error message but htaccess file is not working i am using codeigniter so i need to edit htaccess file file content is below
(please share the FULL error message you see)
If you are using CodeIgniter (or any other framework) and want to redirect a specific URL, I think the best way to do so is to just setup a route and controller for /index which produces a redirect to /welcome/index.
The .htaccess rules control how files are loaded in your account. Seeing how routing is done entirely within the framework code, and CodeIgniter routes don’t exists as-is as files on disk, editing CodeIgniter’s .htaccess rules will just break you site.