redirects not working
- timmywo
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
14 years 4 months ago #5795
by timmywo
hi,
im trying to do a simple redirect that takes me from domain/e to domain...
Source URL: e
Target URL: http://domain
Redirect type: 301
with this i get the following in the apache log...
File does not exist: /home/www/domain/templates/morph/core/css/error.css, referer: http://domain/e/
do you have any possibe suggestions what could be causing this?
many thanks,
tim
im trying to do a simple redirect that takes me from domain/e to domain...
Source URL: e
Target URL: http://domain
Redirect type: 301
with this i get the following in the apache log...
File does not exist: /home/www/domain/templates/morph/core/css/error.css, referer: http://domain/e/
do you have any possibe suggestions what could be causing this?
many thanks,
tim
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
14 years 4 months ago #5797
by Saka
Emir Sakic
www.sakic.net
Please read the documentation when you hover over "Source URL" text or when you click on the Help button:
So there must be a trailing slash or the suffix if you use one at the end:
Source URL: e/
Source URL: e.html (if you use .html suffix)
Field Details
Source URL - This is the relative link of the URL that you want redirected.
Enter it with no leading slash (example: some/url/).
So there must be a trailing slash or the suffix if you use one at the end:
Source URL: e/
Source URL: e.html (if you use .html suffix)
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.