I have apache userDir like http://127.0.0.1~/danny
so I modify the .htaccess add RewriteBase /~danny/
It's work fine .
But I have many project , I often copy code to different apache userDir
so I Frequent modify the .htaccess
I want to know how to like codeigniter
It's not modify the .htaccess and run anywhere (different userDir )
Any suggestions would be welcomed!