P
P
paulvales2017-01-26 18:11:00
CodeIgniter
paulvales, 2017-01-26 18:11:00

Why can't files be opened on apache?

Greetings! ubuntu, apache, put codeigniter , but because of htaccess, phpmyadmin stopped opening, brought it to the form

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(phpmyadmin|index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

CI and phpmyadmin both began to open normally, but now they simply do not open files along the direct path, for example, at the root of the info.php file.
ps htaccess is needed to remove "index.php" from the address in CI

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SergSvl, 2017-12-21
@SergSvl

Add this info.php file from the site root to the list:
and it will become available.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question