Jump to content
  • 0
M a p l e

FluxCP: Clean Urls - How to use?

Question

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

3 answers to this question

Recommended Posts

  • 0

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

  • Upvote 1
Link to comment
Share on other sites

  • 0

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]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.