Jump to content
WebFlake
  • 0

Friendly URL Issue


ilovekiwi

Question

So I've been trying to enable Friendly URL but it doesn't really seem to work. I've searched the internet, and I've seen that there are some issues ( I think ) with Litespeed Server and FriendlyURL?

Here's what error I am getting: https://gyazo.com/5f334a2a8702ee268f3edc643caadaf2

And here is my .htaccess that is located in the uploads folder.

 

Spoiler

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

 

If anything else I can provide further photos or stuff if needed. Thanks for helping!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1
6 hours ago, ilovekiwi said:

So I've been trying to enable Friendly URL but it doesn't really seem to work. I've searched the internet, and I've seen that there are some issues ( I think ) with Litespeed Server and FriendlyURL?

Here's what error I am getting: https://gyazo.com/5f334a2a8702ee268f3edc643caadaf2

And here is my .htaccess that is located in the uploads folder.

 

  Hide contents

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

 

If anything else I can provide further photos or stuff if needed. Thanks for helping!

I had a similar issue with Nginx when trying to get HTTP Authorization headers to work. Nginx uses directives not htaccess however. 

You might try using this:

https://www.litespeedtech.com/support/forum/threads/ipb-htaccess-furls-and-litespeed-cache.5430/

Litespeed has relatively good support also, assuming you're using their paid webserver, but the free one is relatively similar. You can try using the suggestion in that thread I mentioned or open a ticket there with them. Someone here who is better with htaccess and rewrite rules may have a better answer for you than me - but I've found that having some support goes a long way for these things. Maybe consider paying for plesk. The support's next to none and for $10/m you'll get lots of it when you have issues like this that are more related to the configuration of your webserver/stack than related to IPB itself.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...