claudehohl / Stikked

An advanced and beautiful pastebin written in PHP
991 stars 219 forks source link

.htaccess fail #521

Closed rob-lindman closed 5 years ago

rob-lindman commented 5 years ago

the htaccess in the zip only says 'deny from all'.

I tried the .htaccess from the code on github, and it sends users to my homepage when clicking list.

The app is hosted in a subdir, /apps/pastebin/

rob-lindman commented 5 years ago

I did some testing and this 'almost' works. I hate .htaccess and I would like to use this program

RewriteEngine on
RewriteBase /apps/pastebin/
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
rob-lindman commented 5 years ago

idk, this could perhaps be an issue with my configuration. can't deal with it today.