0

I am trying to create a php framework. I am following this tutorial. But my .htaccess is not working. I have enabled my htaccess. But it is still not working. My .htaccess file is supposed to redirect me to the index.php folder, but it is not doing anything. Here is my code:

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteRule    ^$    public/    [L]
  RewriteRule    (.*) public/$1    [L]
</IfModule>

How do I revise this?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
odbhut.shei.chhele
  • 5,834
  • 16
  • 69
  • 109

0 Answers0