You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please review the original issue and especially its comments. Comments here on closed issues will be ignored. Thanks.
Original description
While using GoDaddy to host YOURLS, I received a 404 error for all short URLs.
Changed this line of htaccess:
RewriteRule ^([0-9A-Za-z]+)/?$ yourls-go.php?id=$1 [L]
to:
RewriteRule ^([0-9A-Za-z]+)/?$ /yourls-go.php?id=$1 [L]
And short URLs work. My thanks to Max Leadford on the WarriorForums.
Submitted here for posterity.
The text was updated successfully, but these errors were encountered:
This is a COPY of Issue 25: GoDaddy Htaccess Problem / Fix, filed on Google Code before the project was moved on Github.
Please review the original issue and especially its comments. Comments here on closed issues will be ignored. Thanks.
Original description
The text was updated successfully, but these errors were encountered: