ASE Help

Logic

Bobby Billionaire
Feb 8, 2012
748
207
How come every ASE I install, I get the 500 Internal Server Error even when I have Helicon Ape? I tried PurityASE & the one by Sledmore.. and no luck. This has never happened to be before?

Thanks.
 

Logic

Bobby Billionaire
Feb 8, 2012
748
207
It's todo with your .htaccess..
Are you using cloudflare? if so, Have you got any 'deny from xx.xxx.xxx.' ?

No, I'm not using Cloudflare.

Code:
RewriteEngine On
 
 
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]
 
 
RewriteRule ^(|/)$ dashboard.html?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dashboard.html?url=$1
 
RewriteRule ^home/(.*)/?$ index.php?url=home&user=$1 [L,QSA]

If it's dash.php in my hk folder, should I change it to dash.php instead of dashboard.html?
 

TyleRJc

Member
Jun 19, 2011
67
12
Try this for ase/.htaccess

Code:
RewriteEngine On
 
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]
 

Logic

Bobby Billionaire
Feb 8, 2012
748
207
Try this for ase/.htaccess

Code:
RewriteEngine On
 
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]

1DmNc
 

TyleRJc

Member
Jun 19, 2011
67
12
Have you made any changes to the housekeeping? I mean like;
app/tpl/skin/Yo theme/hk/someAssFile.php
ase/index.php

Have you tried a default housekeeping (Like one from mango?) into /app/tpl/skins/theme/hk/
If that still doesn't work, Try replacing the folder /ase/ (your current one) with a mango theme one?

If you get me?
 

Logic

Bobby Billionaire
Feb 8, 2012
748
207
Have you made any changes to the housekeeping? I mean like;
app/tpl/skin/Yo theme/hk/someAssFile.php
ase/index.php

Have you tried a default housekeeping (Like one from mango?) into /app/tpl/skins/theme/hk/
If that still doesn't work, Try replacing the folder /ase/ (your current one) with a mango theme one?

If you get me?

Yep, tried and no luck.
 

Users who are viewing this thread

Top