500 internal server error

Status
Not open for further replies.

callumacrae

not alex mac
Community Support
Messages
5,257
Reaction score
97
Points
48
What have you set the permissions on those files to? Files should be set to 0644 and directories to 0755

~Callum
 

siabnec

New Member
Messages
22
Reaction score
0
Points
0
i have not changed any of the permissions they're all still default
 

siabnec

New Member
Messages
22
Reaction score
0
Points
0
.htaccess:
Code:
# BEGIN YOURLS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
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]
</IfModule>
# END YOURLS




i got it fixed
 
Last edited:
Status
Not open for further replies.
Top