URL subfolder rewrite without server access
Posted
by
Duke03
on Pro Webmasters
See other posts from Pro Webmasters
or by Duke03
Published on 2013-09-19T19:04:30Z
Indexed on
2013/10/19
22:16 UTC
Read the original article
Hit count: 196
url-rewriting
I am having trouble with the following.
I have a site in development that has every link on the site pointing to the wrong folder.
Example:
example.com/en/home/
, a site link goes to example.com/en/
, which throws a 404.
Now the way the system is setup requires server access but I do not have that and I/S is backlogged with requests and will take a week.
But I still need to develop the site. So is there a way to have the browser recognize when example.com/en/
is clicked then automatically redirect it to example.com/en/home
so it bypasses the 404 and I can actually work.
Im looking for anything that gets the job done.
I am considering developing a Chrome app to do this but that would mean a shit ton of overtime and more work I don't want to do. Is there a easier way of doing this?
© Pro Webmasters or respective owner