LinkStackOrg / LinkStack

LinkStack - the ultimate solution for creating a personalized & professional profile page. Showcase all your important links in one place, forget the limitation of one link on social media. Set up your personal site on your own server with just a few clicks.
https://linkstack.org
GNU Affero General Public License v3.0
2.41k stars 243 forks source link

URL contains /index.php/ #84

Closed datenbursche closed 2 years ago

datenbursche commented 2 years ago

I have installed Littlelink-custom in the root folder of my domain. This now causes the page url to contain /index.php/, something like "tld.com/index.php/@username". Of course I don't like this. Apparently this is related to the .htaccess file, however it is not clear to me how to adjust this. Can anyone help me?

JulianPrieber commented 2 years ago

Hi,

The index.php normally is not visible in the URL. Routing is handled by Laravel, so the URLs should always be example.com/, example.com/panel/index ...

Assuming you're using Apache, my first approach would be making sure all required Apache and PHP modules are installed. You can find a list of the basic requirements here.

Make sure you have Apache Module mod_rewrite installed and enabled.

Otherwise, please refer to the official Laravel documentation here  Hope this helps :thumbsup:.