A
A
Alexey Verkhovtsev2017-05-14 14:04:25
CodeIgniter
Alexey Verkhovtsev, 2017-05-14 14:04:25

How to make a stub on a Codeigniter website?

Hello everyone, we need to close the site built with Codeigniter for the period of reconstruction. I made a stub, in .htaccess from the very beginning I have such lines
RewriteEngine On
RewriteBase /
RewriteRule ^.* coming-soon.php [L]
It connects, but it doesn’t pick up styles, just like pictures, pictures and styles folders are in the root, in the same place as the file with a stub, I have such a path to the styles, I tried it and
I ask for help, thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Koryukov, 2017-05-14
@seftomsk

Make a redirect not from any address to coming-soon.php, but only from addresses ending in .php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question