Question
htaccess disappears on FTP when I rename it to .htaccess
If I do "ls -la" I can still see it in the terminal. But it's no there on FTP and I need to edit it constantly to test the urls.
I have installed mod_rewrite on apache2 and restarted the service. Nothing changed.
I have also edited /etc/apache2/sites-available/default and changed AllowOverride NONE to ALL
That didn't help either.
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×