A
A
Azamat Baimurzin2016-01-07 09:31:24
Apache HTTP Server
Azamat Baimurzin, 2016-01-07 09:31:24

Remove Index.php from url?

Good afternoon. Head scratched what could be the problem. We have:
1. Server on amazon, ubuntu 14, apache2 all default
2. site on laravel 4, CMS MTDb
decided to test the service. installed. now I can't remove index.php from url, all mods are on, .htaccess is standard. apache is also default in it - document root and admin email.
What are the options. I have a hunch the system doesn't see files that start with . through the ls -all command it is visible. maybe that's the problem.
everything that I found on the Internet I tried the
link nur.site

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
numbnp, 2016-01-07
@mrBaimurza

Good afternoon!
1. Your site engine itself generates links like nur.site/index.php/movies - you need to look at this in the engine settings.
2. Show the contents of .htaccess
3. Files starting with a dot are not displayed by default - this is normal.

A
Azamat Baimurzin, 2016-01-07
@mrBaimurza

I show the router maybe it's in it
//news
if ( ! App::make('options')->disableNews()) {
Route::get('news/paginate', '[email protected]');
Route::resource(Str::slug(trans('main.news')), 'NewsController',
array('names' => array('show' => 'news.show', 'index' => ' news.index', 'store' => 'news.store', 'edit' => 'news.edit', 'update' => 'news.update', 'destroy' => 'news.destroy', ' create' => 'news.create')));
Route::post('news/external', array('uses' => '[email protected]', 'as' => 'news.ext'));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question