RewriteEngine On
RewriteCond %{REQUEST_URI} !^/Pages/ [NC]
RewriteRule ^(.*)$ /Pages/%1 [R=301,L]
I hv the parameters that fix the error eDefault Url, that AI considere to be my API call when I write ( only) /DefaultUrl
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/Pages/ [NC]
RewriteRule ^(.*)$ /Pages/%1 [R=301,L]
I hv the parameters that fix the error eDefault Url, that AI considere to be my API call when I write ( only) /DefaultUrl
No comments:
Post a Comment