Please enble URL rewriting (mod_rewrite) module on your server.
A agvega New Member Messages 6 Reaction score 0 Points 0 May 13, 2013 #1 Please enble URL rewriting (mod_rewrite) module on your server.
Bryon I Fix Things Messages 8,149 Reaction score 101 Points 48 May 13, 2013 #2 This is available for you already.
hbazer Member Messages 398 Reaction score 7 Points 18 May 13, 2013 #3 If using the rewrite engine ensure you include [ RewriteBase / ] immediately under [ RewriteEngine On ] on a new line Why do you think [ mod_rewrite ] module is not enabled ?
If using the rewrite engine ensure you include [ RewriteBase / ] immediately under [ RewriteEngine On ] on a new line Why do you think [ mod_rewrite ] module is not enabled ?
A agvega New Member Messages 6 Reaction score 0 Points 0 May 14, 2013 #4 hbazer said: If using the rewrite engine ensure you include [ RewriteBase / ] immediately under [ RewriteEngine On ] on a new line Why do you think [ mod_rewrite ] module is not enabled ? Click to expand... yes it work, I find the htaccess have these lines: <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^myhost.x10.mx$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]
hbazer said: If using the rewrite engine ensure you include [ RewriteBase / ] immediately under [ RewriteEngine On ] on a new line Why do you think [ mod_rewrite ] module is not enabled ? Click to expand... yes it work, I find the htaccess have these lines: <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^myhost.x10.mx$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]