Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank Page 500 #304

Closed
ozh opened this issue Apr 6, 2013 · 0 comments
Closed

Blank Page 500 #304

ozh opened this issue Apr 6, 2013 · 0 comments

Comments

@ozh
Copy link
Member

ozh commented Apr 6, 2013

This is a COPY of Issue 304: Blank Page 500, 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

Hello,
1. i see only a blank page "http://myurl.de/b"
2. Clicking on the shortened URL returns a HTTP/1.0 500 Internal Server 
Error

I have:
YOURLS v1.4.3

.htaccess:
Options +Indexes
RewriteEngine on
RewriteBase /
Options +Indexes
RewriteEngine on
RewriteBase /
RewriteRule ^([0-9A-Za-z]+)/?$ /yourls-go.php?id=$1 [L]
RewriteRule ^([0-9A-Za-z]+)\+/?$ /yourls-infos.php?id=$1 [L]
RewriteRule ^([0-9A-Za-z]+)\+all/?$ /yourls-infos.php?id=$1&all=1 [L]

if I use:
RewriteEngine On
RewriteRule ^(css|js|admin|pages|includes|images)(/|$) - [L]
RewriteCond %{DOCUMENT_ROOT}$0 -d
RewriteRule ^[^/]+ - [L]

i became a 404 error. 

my server is at 1und1

can you help me?
@ozh ozh closed this as completed Apr 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant