Site Column created through Feature shows & in SharePoint Views

Hi,
 I created a SharePoint Site Column using the following. The site column is provisioned correctly, added to a site content type and then to a list. Items are also created in the list. No problem. But for special characters like & the list view shows
the value as & . For example if the value for this column for an item is  Hans & Hans, in the list view it is displayed as Hans & Hans. 
Is there any other setting other than HTMLEncode="TRUE"? What am i missing here? Pls suggest
<Field ID="{B8A32C98-166D-404C-BD10-C93C63779619}"
Group="myWorkPlace"
Name="MWPfld_CompanyName"
DisplayName="Company Name"
Type="Text"
Required="TRUE"
Indexed="TRUE"
ShowInDisplayForm="TRUE"
ShowInEditForm="TRUE"
ShowInNewForm="TRUE"
HTMLEncode="TRUE"
>
</Field>
Thank you all.

Hi,
Thanks for your sharing, it will be beneficial to those who stuck with the similar issue.
Best regards
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • List column "Created By" not showing up in Alert

    I have a list with a Created By column set for Display. It comes up in the list view, but doesn't appear in the Alert's email.
    There's
    Last Modified 3/5/2014 10:08 PM by username
    at the bottom of the email, but that's not going to cut it.
    Suggestions?
    Thanks,
    Scott

    Thanks Matt.
    I took a look a the articles from the link (even dug up Trevor's via waybackmachine). The second two seem to be global changes, as you're changing the alerttemplates.xml file itself.
    The first article (which I'm going to paste below, all credit to sharepointempower.com of course) has some powershell with $spWeb, which seems to indicate that I can set only a chosen site or subsite to use the custom template.
    Anyway, I'm going to give it a try and report back. Here's the sharepointempower.com article from waybackmachine:
    SharePoint
    2010 Customizing Alert Notifications and Alert Templates
    There are good series of article to showing that how to Customize Alert Templates on SharePoint 2010. I have just described step by step procedure to apply our
    Custom Alert Templates on SharePoint 2010.
    Step 1:
    Add a new xml file to this folder called ‘customalerttemplates.xml’. Open the alerttemplates.xml file from
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML\, copy all of its contents into your newly created
    customalerttemplates.xml file.
    If want to master in “Alert templates” than read below articles:
    Discussions:
    Customizing Alert Notifications and Alert      Templates in Windows SharePoint Services 3.0
    Customizing
    Alert Notifications and Alert Templates in      Windows SharePoint Services 3.0
    Step 2:
    All things are done in your custom xml file and let’s to do apply on SharePoint. So open command prompt(Run > cmd) than go to “C:\Program Files\Common
    Files\Microsoft Shared\Web Server Extensions\14\BIN” directory
    stsadm -o updatealerttemplates -filename “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML\ customalerttemplates.xml”
    -url http://contoso.com
    Step 3:
    IISRESET (Run > iisreset)
    Step 4:
    Restart SharePoint Timer Job Service.
    for run below command u need to   open Management Shell.
    Start > All Programs > Microsoft SharePoint 2010 Products > SharePoint 2010 Management Shell > right click > run as Administrator
    Stop SharePoint timer service
    net stop “SPTimerV4″
    Start SharePoint timer service
    net start “SPTimerV4″
    Step 5:
    Hope you are done!!! But your Custom Alert Template will be able to see only Those subscriber which subscribe for list’s Alert after Applying our Custom Template.But
    existing subscriber (subscribe for list’s Alert before Applying our Custom Template) Will not see update Custom Template. They will see OOTB Alert Template. For that we need to Run Power Shell.
    PowerShell
    if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null)
    Add-PSSnapin "Microsoft.SharePoint.PowerShell"
    $contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $AlertsTemplateCollection = new-object Microsoft.SharePoint.SPAlertTemplateCollection($contentService)
    $weburl = "http://contoso.com/Sales/"
    $spWeb = Get-SPWeb -Identity $weburl
    $spWeb.AllowUnsafeUpdates = $true;
    $splists = $spWeb.lists
    $alertslist = $splists["Tasks"]
    $alertslist.AlertTemplate = $Alerts
    2000
    TemplateCollection["<<Your Custom Alert Template >>"]
    $alertslist.Update()
    $alerts = $spWeb.Alerts
    # if more than 0 alerts, iterate through these alerts to see if there is one for the user
    if ($alerts.Count -gt 0)
    foreach($alert in $spWeb.Alerts)
    if (($alert.AlertTemplateName -eq "SPAlertTemplateType.Tasks") -and ($alert.ListUrl -eq "Lists/Tasks"))
    echo "Updating" + $alert.AlertTemplateName
    $alert.AlertTemplate = $AlertsTemplateCollection["<<Your Custom Alert Template >>"]
    $alert.Update($false)
    echo "Updated $alert.AlertTemplateName"
    $spWeb.AllowUnsafeUpdates = $false;
    $spWeb.Dispose()
    Step 6:
    Check Immediate Timer Job associate on your Web Application.
    Browse to the Central Administration site > Monitoring > Review job definitions
    Find the ‘Immediate Alerts’ time job for your web application and click on the link. (There will be one for each web application so make sure you click the correct
    one).If not than execute Below commands.
    In my case Immediate Timer job does not exist
    stsadm -o setproperty -propertyname alerts-enabled -propertyvalue false -url “http://contoso.com”
    stsadm -o setproperty -propertyname alerts-enabled -propertyvalue true -url “http://contoso.com”
    stsadm -o setproperty -propertyname job-immediate-alerts -propertyvalue “every 2 minutes” -url yourURL
    stsadm -o execadmsvcjobs
    Have you try to restart the timer job with the command line below? Please again follow my Step No: 4.
    Your Immediate Timer job should be attached to your target webapplication. Clieck on Timerjob and trigger the ‘Run Now’ button on this page which will trigger the
    alert emails saving you a bit of time. (You can also configure the timer job to run more often if that suits you better)
    You should now receive your custom template alert email.
    Hope its helps!!!

  • Site column naming question

    To have my own set of site columns (and content types) I created separate groups for both of them. Now I want to create a 'First Name' site column but there already is a built-in one. What is the recommended (best practice) approach of naming in such cases?
    Thanks.

    I'm still struggling with this custom site column stuff.
    When creating a custom site column (using SharePoint Online GUI) Site Settings -> Site Columns -> Create 'FirstName1' and then change
    this site column to 'First Name' I get an error message  "The column name that
    you entered is already in use or reserved. Choose another name.” If I change to something different e.g. 'First Name1' the field in the link 
    https://xxx/sites/try_out/_layouts/15/fldedit.aspx?field=FirstName1&Source=%2Fsites%2Ftry%5Fout%2F%5Flayouts%2F15%2Fmngfield%2Easpx%3FFilter%3DAll%2520Groups
    stays the same as the original entry (=FirstName1). I thought the field in the link is in fact the SharePoint
    internal name? So that during the change of the site column (after the initial
    creation)  would be the
    display name?
    Guy

  • How to create a site column through Visual Studio 2010?

    I was trying to create lists, content type and site columns through Visual Studio 2010. But I could not figure out how to add site column? What item do I need to add for this and what kind of coding is to be done?

    Try this
    1. Create a Empty project in Visual studio.
    2.The Empty SharePoint Project template does not include any Features in the Features folder. To add a new Feature to this project, right -click the Features folder, and click Add Feature. This adds a new Feature component to the folder; double – click the
    Feature1 icon in Solution Explorer to modify the Feature ’ s
    metadata using the Feature designer. The Title and Description values appear on the Features pages in Site settings. It is a good idea to make these values
    descriptive so that administrators will know what they are adding to the site when they activate the feature.
    The feature ’ s scope determines where the feature can be activated within SharePoint. Please Note – Certain components, such as site columns, content types, Master pages, and Page Layouts, are installed at the site collection level and made available to all
    sites within the collection. These components require that the scope for the feature be set to “ Site. ”
    3. Next, add a new item to the project (Right – click project name ➪ Add ➪ New Item) and select the Empty Element template from the Add New Item dialog box.
    The Empty Element template is an XML fi le where you can enter CAML Field definitions.
    Following is what you will add in your elements.xml file –
    < Elements xmlns="http://schemas.microsoft.com/sharepoint/" >
    < Field ID="{76C140E1-D827-433B-AD38-257F9594B846}"
    Name="CustomCol"
    DisplayName="My Custom Site Column"
    Group="Custom group"
    Type="Text"
    Required="FALSE"/ >
    < Field ID="{5F516D92-969C-4661-81B9-C9210E2A2FDC}"
    Name="Choice Type"
    DisplayName="My Choice Type"
    Group="Custom group"
    Type="Choice"
    Required="FALSE" >
    < CHOICES >
    < CHOICE > Medical < /CHOICE >
    < CHOICE > Dental < /CHOICE >
    < CHOICE > Vision < /CHOICE >
    < CHOICE > Insurance < /CHOICE >
    < /CHOICES >
    < /Field >
    < /Elements >
    4. To deploy the Site Columns defined in the Elements file, right – click the project name in the Visual Studio Solution Explorer, and select Deploy. This will deploy the solution file to the solution store and activate the Feature in the targeted site collection.

  • Document ID - Property field shows on item view property page after deactivating the Document ID Service features at Site Collection level

    Hi,
    When a site collection was created, I enabled the Document ID feature at site collection level.  Then some item was created in a document library as well as list libarary
    Now it was decided that we dont want the Document ID feature so I disable the feature from Collection feature list
    Still when a user view the property of a document it shows the Document ID property with the ID (when click on the ID it shows the message that 
    This Site Collection is not configured to use Document IDs.
    Troubleshoot
    issues with Microsoft SharePoint Foundation.
    Correlation ID: 9640ac9f-4b9c-4ae8-9f0b-402ed7e3b3c5)     Is there anything that I should do so that DOcument ID property does not show on the document property page... I tried
    to looked at the content type to see if I can remove the document ID but I could not find the Document ID as a property that can be removed from the type

     
    Hi,
    I would just remove the column from the view.  You can make views for each list, it you look under the list by Clicking List while the list is open, you should see a link in the ribbon which say "Modify view" click this link. 
    This link will open the edit view page you can then uncheck the box for the column which will remove it form that view.
    According to this
    http://msdn.microsoft.com/en-us/library/ee559302.aspx
    Deactivating the feature removes links to the Site Collection Settings page, makes the page that is used to look up document IDs no longer available, turns off the document ID service, and stops assigning document IDs. The server does not remove the columns
    that it adds at the site level when the feature is first activated so that, even after deactivation, the existing document IDs are preserved. After the feature is deactivated, users who try to use a static URL to look up an item by its document ID see an error
    message indicating that "This Site Collection is not configured to use document IDs."
    The Document id service will add new columns to the document content type and the document set content type. 
    It also adds an event receiver which should be deactivated when you deactivate the doc id service. 
    Theoretically.  You should be able to go in and remove the columns from the document type, and then force an update.
    Thanks,
    Rock Wang
    Rock Wang TechNet Community Support

  • How to prevent editing a SharePoint site column value from document properties view of a downloaded document?

    Hi,
    We have created a SharePoint site column with below settings
    1. ShowInEditForm - False
    2. ShowInNewForm - False
    3. ShowInDisplayForm - True
    With the above definition, the site column showing only in view properties form not in New and Edit forms.  This column is added to a document library and updating this column value will be managed by event receiver code when a document is uploaded.
    Till this point, everything is working OK.
    But the issue is when we download and open a document from the above document library, under document properties the above column (with value) is visible along with other document default properties and  this column value is editable. With this issue,
    user is able to set a new value and overwrite the existing value by re-uploading the document.
    Could you please let me know how to handle this issue so that user should not be allowed to edit except viewing the value/property (read only)?
    Thanks in advance.
    Regards
    Ramesh

    You can set "ShowInFileDlg" property of field to "FALSE". Using this you will not see that field in document properties list

  • How do I delete duplicate Site Columns in Sharepoint 2013

    When I got to save a site as a template I'm told that there are duplicate site columns and the template can not be saved.
    I found that under all of the e-mail submission site columns they are duplicated site columns  for example
     BCC
    Multiple lines of text
    Property Management
     BCC
    Multiple lines of text
    PMRG Connections
    I want to remove the Property Management   ( I know that this is the site  name where I copied it from), but they are duplicated all across the site collections.. every site  and site collection has it duplicated, is this because I
    enabled  lists to allow email submissions?
    either way I need to get rid of the duplicate  item, so I can save sites as templates if needed.

    There are a few required columns that can’t be deleted. They cannot be deleted through UI because
    the Delete button is not available (as you already mentioned in your previous post). The only available option is using C# code (SP object) or Powershell commends.
    By the way, I cannot find Date Received column in my Dev, I guess Date Received is the one of the columns added by custom feature. You may refer the link below for useful Powershell commend. It was written for SharePoint 2010 but should work in
    SharePoint 2013 as well.
    http://get-spscripts.com/2010/10/cant-remove-site-column-from-content.html
    백상하 - Stop hacking my blog http://blog.naver.com/agilepoint
    쉐어포인트 배움터 http://sharepointkorea.com

  • How to create a SSRS report with SharePoint 2013 team site's calendar?

    Hi I have sp13 and SQL Data Rool (that brings up VS Shell 2010).
    I need to build a report where the top part is to have a SP Team site's calendar for up coming week. The 2nd half would be a table with data from that same site.  This report would then need to be embedded in a email that automatically sent to several
    users  on weekly basis.
    I have the table data report created form the SP list.  How can I get the calendar(display as a calendar that I see in the team site) on to the top part of this report? 
    Thank you.

    Please follow this article to write SSRS reports with data source as SharePoint list/calendars etc. All document libraries, list and calendars are derived from base list class so you can use any of this type as a data source
    http://www.mssqltips.com/sqlservertip/2068/using-a-sharepoint-list-as-a-data-source-in-sql-server-reporting-services-2008-r2/
    Once your SSRS report is developed, you have multiple ways to show it in SharePoint
    - upload to SSRS server and show in sharepoint in a page viewer web part or simply open it as a link in new window
    - configure SharePoint environment with integration to SSRS and upload report to SharePoint library. Display report in a web part page using SSRS web part.
    Moonis Tahir MVP SharePoint,MCTS SharePoint 2010/2007, MCPD.net, MCSD.net, MCTS BizTalk 2006,SQL 2005

  • How can we show a custom column to all libraries in the default view without creating that for all libraries everytime

    Hi,
    Any help?
    Thanks
    srabon

    You can use powershell script below which loops through each libraries and sets view.You can modify the script to user it for single library as well.
    Add-PSSnapin Microsoft.SharePoint.PowerShell -erroraction SilentlyContinue
    $siteURL = "<YOURSITEURL>"
    $site = Get-SPSite($siteURL)
    foreach($web in $site.AllWebs) {
    foreach($list in $web.Lists) {
    if($list.BaseType -eq "DocumentLibrary") {
    // the variables `$web` and `$list` already reference the objects you need
    //$site = New-Object Microsoft.SharePoint.SPSite($SiteURL) ;
    //$web = $site.OpenWeb($SiteURL);
    // new instance of the list is necessary to avoid the error "Collection was modified"
    $newList = $web.Lists.item($list.ID);
    $viewfields = New-Object System.Collections.Specialized.StringCollection
    $viewfields.Add("DocIcon")
    $viewfields.Add("LinkFilename")
    $viewfields.Add("_UIVersionString")
    $viewfields.Add("FileSizeDisplay")
    $viewfields.Add("Created")
    $viewfields.Add("Modified")
    $viewfields.Add("Editor")
    [void]$newList.Views.Add(<VIEWNAME>, $viewfields, "", 100, $true, $true)
    $newList.Update();
    // setting the default view
    $view=$newList.Views["<VIEWNAME>"]
    $view.DefaultView = $true
    $view.Update()
    $web.Dispose();
    $site.Dispose();
    Ref: http://stackoverflow.com/questions/10015311/part2-sharepoint-2010-powershell-loop-through-all-document-libraries-creat
    Hope that helps!
    Avni Bhatt

  • Creating a new Column for my list Versus adding it from existing site columns, when to use each approach

    I have created a new issue tracking list inside SharePoint 2013 team site. And it comes with predefined columns, some of them are useful while the other are not . Can anyone help me in figuring out the following:-
    The list come with a field named “Assigned To”, while in my case I want a column named “Approver”. So what is preferred , to re-name the “Assumed to ”column to “Approver”, or create new field name “Approver”.?.
    If I rename an existing column, could this be overridden in any future updates for my SharePoint server?
    Now we want to add a column named “Office location”.so I need to create a new field for this. But seems there are two ways to do so either to add a new Site Column at the site level and then assign it to the list as follow :- 
    , or to directly adding a column to the list, even if it is not available in the site columns , as follow:-
    So what are the differences between the two approaches ? .if I am not wrong defining a site column will allow me to re-use it in another list , but defining the column at the list level, will allow me to add a column even if it is already defined as site
    column.
    So can anyone advice on my three questions please? Thanks

    1) 'Assigned to' has a different meaning then 'Approver' , it will be better if you create a new field for 'Approver'. Assigned to is a Site Column which has managed property for search, so it will be confusing type of data it will return from search in
    future. 
    2) Any rename of fields should not / and will not get modified in SharePoint updates. So, you can rename is without any issue since the internal name will remain the same. But its always better to create your own custom column for business use.
    3) Creating a site column or not depends upon your need, If you create a Site Column - in whole site collection you will be able to add this field in any list - It will be crawled, SharePoint will automatically provide managed property for site column and
    you will be able to get this value via search. These things will not be present in list column, you will need to do specific settings in case its required.
    If these things are needed then you can go for Site Column, usually its good to create a Site Column and use it.
    For Site Columns you can check following links 
    Introduction to Columns
    From site column to managed property - What's up with that?
    Create a site column
    get2pallav
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.
    thanks a lot for your reply it is really helpful. so as i understand that using site columns will be better in most cases, and there is not any specific reason for not using it? is this right ?
    Second question, do u mean that if i have a list column named "Serial number", then this column will not be searched ? For example if i have serial number such as "12345" and i try searching this text "12345" i will not get
    the item in my search ?
    Thanks

  • Managed Property in Refinement - why not use the automatically-created site column managed property

    Hi,
    I read that although SharePoint 2013 automatically creates managed property for site column (OWS_Q_TEXT_COLUMNNAME) - in the refinement i should use a managed property and map to the ows_columnname. why?
    what's the difefrence?
    what is best - to create a new managed property (and set it as refinable) or use the OOB Refinementstring0, Refinementstring1 etc.)?
    keren tsur

    You are probably talking about this blog post.
    http://blogs.technet.com/b/tothesharepoint/archive/2013/11/11/how-to-add-refiners-to-your-search-results-page-for-sharepoint-2013.aspx
    The reason you want to use the ows_columnname crawled property is because it is of the correct data type. The other is always text. If the site column is a date or a decimal then using the OWS_Q_TEXT... crawled property,will cause the refiner not to display
    the appropriate control, for example a slider control for a date type refiner.
    http://sharepointfieldnotes.blogspot.com/2013/05/understanding-and-getting-sharepoint.html
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Sharepoint Created By Field showing wrong person

    I got a message from an end user who is logged into Sharepoint as himself but everything he has created or updated shows 'Created By' or 'Updated By' another user. Any idea why this would happen?
    -Sharepoint 2010

    There may be a difference in the way he is logged in to the browser and on the computer. Say, if you're saving a Word document Word itself is hosted in its own process and by default runs under the credentials of the current logged in user. This may actually
    be different from the credentials used by the user to login to sharepoint causing the confusion. I'd advise you to look into that.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Upgrade SharePoint Content Types / Site Columns declaratively in SharePoint hosted apps

    Hi!
    I have a question where I was unable to find any official guidance for. I have created a SharePoint hosted APP where I have multiple site columns and content types (declared in XML). The APP installs and functions just fine. 
    Now I have a requirement to change a site column (Choice field, just add some more choice values). I was able to update the site column but the changes will not be reflected on the list column (I think because there no way to push the changes).
    So is there an "official" way of changing site columns?
    Any help is appreciated!
    Thx!

    msdn -
    How to: Update app web components in SharePoint 2013 :
    We do not support changing the data type of a list or content type field (column) after its initial deployment in any
    circumstance. In particular, do not change the data type of a field as part of an app update (not
    even programmatically). As an alternative, you can add a new field. If the app includes custom item create, edit,
    or view forms; be sure to make corresponding changes in these forms. For example, add UI for the new field and remove UI for the old one. (In a provider-hosted app, you can programmatically move data from the old field to the new one and then delete the old.
    How to: Update apps for SharePoint
    [custom.development]

  • Use CSOM to create a Site column of type "enterprise keyword"

    I have successfully created site columns using CSOM.
    When I look at the available types of site columns I can see
    http://office.microsoft.com/en-us/sharepoint-server-help/site-column-types-and-options-HA010302196.aspx
    But there is nothing similar to what you can do when you go into list settings and say "Add an enterprise keywords column and enable keyword synchronization"
    What is the data type for the enterprise keywords column? why should it be directly added into the list via the UI... but not via a site column?
    val it: unit=()

    Hi,
    The following code(Client Object Model) for your reference:
    static void Main(string[] args)
    string siteURL = "http://siteurl";
    ClientContext context = new ClientContext(siteURL);
    //specific user
    NetworkCredential credentials = new NetworkCredential("username", "password", "domain");
    context.Credentials = credentials;
    FieldCollection fields = context.Web.Fields;
    Field field = fields.GetByTitle("Enterprise Keywords");
    context.Load(field);
    context.ExecuteQuery();
    //field schema xml
    string fieldSchema=field.SchemaXml;
    //update the schema of Enterprise Keywords field
    XmlDocument xmlDoc = new XmlDocument();
    xmlDoc.LoadXml(fieldSchema);
    XmlNode node=xmlDoc.SelectSingleNode("Field");
    XmlElement Xe = (XmlElement)node;
    Guid fieldID = Guid.NewGuid();
    Xe.SetAttribute("DisplayName", "Enterprise Keywords1");
    Xe.SetAttribute("StaticName", "TaxKeyword1");
    Xe.SetAttribute("Name", "TaxKeyword1");
    Xe.SetAttribute("ID", "{" + fieldID + "}");
    fieldSchema = xmlDoc.InnerXml;
    //add this field to the field collection
    fields.AddFieldAsXml(fieldSchema, false, AddFieldOptions.DefaultValue);
    context.ExecuteQuery();
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Site column Person or Group not working through TMG

    We published our Sharepoint 2010 Site through TMG 2010, everything is working fine, except some users cannot edit the site column Person/Group in the document library. The Word 2013 opens and in the field we just see not currently available. I
    have some users with Word 2013 where it's working fine, so I think this must be some word settings.
    Any ideasß

    Hello,
    I have a similar problem (same Setting).
    I get the error message that the sharepoint "saving/storing location" could not be interpreted (translation
    from the German error message), after I was prompted for the user credentials. I do not get an error message on server side.
    The TMG Settings:
    Rule applies to published site: wi-sharepoint
    Request appear to come from the Forefront TMG computer
    Listener : https; 8443
    Public name (changed): something.tech.at
    Authentication: NTLM auth.
    Bridging: Redirect top HTTP: port 81
    Apply link translation to this rule
    This setting works if I connect via a browser (from inside and outside)
    But trying to connect via Workspace 2010 I get an error from outside (from inside it works)
    The log from the TMG:
    SourceExternal: 80.081.215.166:4881 (changed)
    Destination: Lcoal Host (192.168.50:81)
    Request: POST
    http://wi-sharepoint:81/...
    On the Sharepoint I configured AAM:
    http://wi-sharepoint
    DEFAULT => http://wi-sharepoint
    http://wi-sharepoint:81
    Internet => http://wi-sharepoint:81
    I also tried to add:
    http://something.tech.at
    => http://something.tech.at
    and
    http://something.tech.at
    => http://something.tech.at
    but it was not working correctly.
    Hope you can help.
    Thanks,
    Florian

Maybe you are looking for