.htaccess - Relative links with htaccess -


how can convert links within html relative links using .htaccess?

for example: http://www.mydomain.com/info.html /info.html

.htaccess commands cannot change content of html files urls live.

you need post process html files on server before sent client. how depends on how generate html files.


Comments