M a p l e Posted December 16, 2019 Share Posted December 16, 2019 I am trying to use this function in fluxcp, but give error in my pages, does anyone know how to use it? 'UseCleanUrls' => true, // Set to true if you're running Apache and it supports mod_rewrite and .htaccess files. Quote Link to comment Share on other sites More sharing options...
0 Zeiyan Posted December 16, 2019 Share Posted December 16, 2019 You're gonna have to create an .htaccess file. I'm using clean urls on mine but i forgot what exactly i did since i also switched from http to https. I'll try to remember what i did then get back to you 1 Quote Link to comment Share on other sites More sharing options...
0 BeWan Posted December 16, 2019 Share Posted December 16, 2019 create htaccess file and put this inside php_flag output_buffering on or you can use <script>window.location="https://rathena.org/";</script> 1 Quote Link to comment Share on other sites More sharing options...
0 M a p l e Posted December 16, 2019 Author Share Posted December 16, 2019 Thanks all... SOLVED RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !\.(js|ico|gif|jpg|png|css|pdf|swf|flv)$ index.php [QSA] Quote Link to comment Share on other sites More sharing options...
I am trying to use this function in fluxcp, but give error in my pages, does anyone know how to use it?
'UseCleanUrls' => true, // Set to true if you're running Apache and it supports mod_rewrite and .htaccess files.Link to comment
Share on other sites