Master:
# 1    An error has occurred: Internal Server Error URL:/xinha/plugins/Linker/dialog.html                  
Maggie
Online no
State
Grouping Member
Class class3
Score 97
Wealth 93.5
Posts 62
Login 05:17:08
pls help.

it also happened in insertTable modules
Hits: 536, Date: 2010-08-15 22:46:33
[Agree] ( 6 ) [Against] ( 10 )

# 2    Hi Maggie, this is an internal server error                  
exp
Online no
State
Grouping Member
Class class4
Score 348
Wealth 219
Posts 269
Login 11:49:09
should be not the problem of xinha.
Did you set RewriteEngine on and rewrite somethings?

The error could mean the page /xinha/plugins/Linker/dialog.html is not found.
Hits: 534, Date: 2010-08-15 23:16:52
[Agree] ( 6 ) [Against] ( 10 )

# 3    Yes, i write some rules in .htaccess                  
Maggie
Online no
State
Grouping Member
Class class3
Score 97
Wealth 93.5
Posts 62
Login 05:17:08
something like these:

RewriteRule ^([a-z].*)_([0-9]+)-([0-9]+)_([0-9]+)_([a-z].*).html$ /$1?v=$2&catID=$3&id=$4&pstr=$5&%{QUERY_STRING}

RewriteRule ^([a-z].*)-([0-9]+)_([0-9]+)_([a-z].*).html$ /$1?catID=$2&id=$3&pstr=$4&%{QUERY_STRING}

RewriteRule ^([a-z].*)_([0-9]+).html$ /$1?v=$2&%{QUERY_STRING}
RewriteRule ^([a-z].*).html$ /$1
Hits: 528, Date: 2010-08-15 23:19:19
[Agree] ( 5 ) [Against] ( 10 )

# 4    should be the problem of the last line                  
luke1
Online no
State 453
Grouping Super Admin
Class class4
Score 250
Wealth 62
Posts 230
Login 07:37:57
You rewrite all pags from abc.html to abc
so you rewrite /xinha/plugins/Linker/dialog.html to /xinha/plugins/Linker/dialog

In this case, you can try to put .htaccess to folder /xinha/plugins/ to allow multiple views:

Options +MultiViews
Hits: 526, Date: 2010-08-15 23:22:24
[Agree] ( 5 ) [Against] ( 10 )

# 5    Also need to set RewriteEngine on                  
luke1
Online no
State 453
Grouping Super Admin
Class class4
Score 250
Wealth 62
Posts 230
Login 07:37:57
add this line to .htaddess
RewriteEngine on
Hits: 524, Date: 2010-08-15 23:34:06
[Agree] ( 6 ) [Against] ( 10 )

1 - 5 [ 5]

Reply: An error has occurred: Internal Server Error URL:/xinha/plugins/Linker/dialog.html

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing