ilovekiwi Posted July 29, 2019 Share Posted July 29, 2019 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 More sharing options...
1 felix ulrich Posted July 30, 2019 Share Posted July 30, 2019 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 More sharing options...
0 ilovekiwi Posted July 30, 2019 Author Share Posted July 30, 2019 Cheers! Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted July 31, 2019 Administrator Share Posted July 31, 2019 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
ilovekiwi
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.
<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