-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
This is a COPY of Issue 25: GoDaddy Htaccess Problem / Fix, filed on Google Code before the project was moved on Github.
- Submitted on 2009-08-20T00:42:22.000Z by fearless...@gmail.com
- Status: Fixed
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.
Metadata
Metadata
Assignees
Labels
No labels