vendredi 26 octobre 2018

Change web root directory - problem with anchor links

I tried edit web root directory via .htaccess file:

RewriteCond %{REQUEST_URI} !newweb/
RewriteRule (.*) /newweb/ [L]
RewriteCond %{REQUEST_FILENAME} !-f

and in index.html code change CSS, JS links via base tag

<base href="http://example.com/newweb/">

but anchror links not redirect to example.com/#tag but to example.com/newweb#tag

I need the first option to work.




Aucun commentaire:

Enregistrer un commentaire