SSI Files not working in Opera or Chrome

Hi Everyone,
Okay I'm running into a few problems but one especially. I created SSI files in this website and they seem to work well in Firefox and IE8 but when it comes to Opera and Chrome the areas where the info should appear are blank. I'm naming the HTML files as SHTML. Is there aomething I should do as a default for these two browsers. I'm using Dreamweaver CS3
Thaks
Steve

Hi,
I'm sorry that I didn't post better info, I wasn't thinking. I'll do that in the future.
Now the good news , I think.
When I was using ssi files I renamed any page that was using an SSI file with the extension, SHTML. This seemed to work fine in IE & Firefox, but not in Opera, Chrome and Safari. What I DIDN"T do is rename the "index.html" to "index.shtml". I didn't do this because I wasn't using the SSI option on the index page because that is where the original code is, so I thought I didn't have to rename the index file extension to SHTML. Once I renamed the extension to SHTML , all the browsers worked. Does that make sense to everyone?
Thanks
Steve

Similar Messages

  • Responsive design project not working in Opera or Chrome

    My Captivate project in responsive design is only previewing in Internet Explorer. I have also uploaded the projects to my server and am having the same problem. Why is this?

    Hi,
    Chrome 36 has some issues with captivate  html5 output. Please find the following workaround to fix the issue.
    http://blogs.adobe.com/captivate/2014/07/update-on-captivate-html-5-content-playback-issue -in-google-chrome-browser.html
    Let me know if this fixes the issue.
    devraj

  • Flash buttons not working in IE7 and Chrome

    Here's my website where the problem is occuring www.bakercreative.co.uk
    As you can see the Flash buttons animate, but when clicked they should go to a new html page.
    I've tested it in IE8 and Firefox without any problems but it's not working in IE7 and Chrome.
    Does anyone know what the problem is? Could it be the html code or the flash file itself?
    Thanks

    Hi, Glad you were able to solve that issue with the buttons and Chrome. Any small thing can cause big problems!! LOL
    I'm sure IE7 will test out ok, IE6 did Your website is very nice and has a variety! I hope it all comes together for you.
    Thanks,
    eidnolb

  • Shockwave Player 12.1.3.153 not working on Opera 22 browser

    I have just upgraded the Shockwave Player on my computer to the latest version (12.1.3.153). However, when I use Adobe's function to test the installation on my Opera 22 browser, the test fails. (No animation appears in the box).
    I am currently using Opera 22 on a computer with Windows 7 64-Bit SP1. The Shockwave Player test works fine with the other browsers I have installed (IE, Firefox, Chrome). Any ideas on why the player is not working with Opera 22 and how to fix this?

    As always: no.  The last Security Bulletin issued for Shockwave Player was http://helpx.adobe.com/security/products/shockwave/apsb14-10.html (March 13, 2014).

  • Scrolling effects in Muse are not working properly with the Chrome browser at the moment.

    My scrolling effects in Muse are not working properly in the Chrome browser .I disabled any third party widgets to see if that was the problem but it wasn't. Safari and firefox presented my site perfectly but when it was opened in chrome the menu navigation bar will not stop moving uncontrollably jittering when the page is scrolled. Does anyone know what I can do to fix this? My site is danieltoruno01.businesscatalyst.com

    We are using Vertical spry menu bar features provided with Dreamweaver CS3.
    You are using Spry 1.4.
    The latest  version of the Adobe Spry Framework is 1.6.1, this is the same version  that ships with Dreamweaver CS4.
    When using Dreamweaver CS3 (uses Spry  1.4), it's wise to upgrade your files to the latest version. This can  easily be done using the Spry Updater that can be found here.
    If after that you still have problems, please come back here.
    Ben

  • Adobe flash player 10.1.102.64 not working in opera 11

    hi
       i am using IE and opera 11.
    for IE flash player 10.1.102.64  is working in the youtube.....
    but
       while using OPERA 11its not working? pls feel free to reply me:
    what i was done is.
    1.i disable antivirus
    2.select my operating system and bowers
    3.close my all browers which are running
    after  this also its not work in opera 11

    Hi, With Flash Player, there is an ActiveX Control in IE which is Shockwave Flash Object which if IE is working for you then you have it.
    In all non-IE browsers there is a Shockwave Flash (SWF) and it is Installed as a plugin and must be Enabled.
    You can check there for it.
    Hope that helps,
    eidnolb

  • Adobe Fourms does not work with Opera too well

    Adobe Fourms does not work with Opera too well.  I have to use in Opera "Identify as Firefox just to post this message!
    I also have run into the same junk with Hotmail.
    Web Design Tip:  Always code for Opera and all other browsers will fall in line most of the time.

    dave milbut wrote:
    of course you're right east texas. hadn't noticed that. bad bad adobe. someone smack them with a rolled up news paper on the snout!
    I've installed a button in my Firefox tool bar to toggle iFrames on and off through a Firefox add-on called "Toolbar Buttons".
    The forum Reply Editor does not work when iFrames are blocked, so I need to toggle them back on when posting, then back off.  I imagine that's better than having them on all the time.
    Message was edited by: Ramón G Castañeda

  • Sharepoint 2013, event receiver to rename files not working

    I coded an event receiver (ItemAdding) that renames for example a .txt file to a .text file (it does not matter the extensions, it is just an example). In my code what I do is to an SPFile.MoveTo operation. It works fine in SP2010 but when I execute
    the same code in SP 2013, when the operation is done using IE I get the text "Sorry, something went wrong" and then "File Not Found".
    In the logs this is what I see:
    12/23/2013 15:48:49.16  w3wp.exe (0x17B0)                        0x0AC8 SharePoint Foundation        
     General                        ai1wu Medium   System.IO.FileNotFoundException: The system cannot find the file specified.
    (Exception from HRESULT: 0x80070002), StackTrace:    at Microsoft.SharePoint.SPWeb.GetFileOrFolderProperties(String strUrl, ListDocsFlags listDocsFlags, Boolean throwException, SPBasePermissions& permMask)     at Microsoft.SharePoint.SPFile.PropertiesCore(Boolean
    throwException)     at Microsoft.SharePoint.SPFile.get_Length()     at Microsoft.Office.RecordsManagement.PolicyFeatures.ApplicationPages.UploadPage.OnSubmit(Object o, EventArgs e)     at Microsoft.Office.RecordsManagement.PolicyFeatures.ApplicationPages.UploadExPage.OnSubmit(Object
    o, EventArgs e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessReque... f72b639c-77b1-5045-c3a2-b23f24ae71c0
    It's clear that the Sharepoint upload code tries to do things with the original name and it does not realize that it was renamed.
    Can I do something from my event receiver code like using the AfterProperties to bypass this error?
    Thanks

    Hi Dennis,
    The issue still persists. Here is the code:
            public override void ItemAdded(SPItemEventProperties properties)
                SPSecurity.RunWithElevatedPrivileges(delegate()
                    try
                        OutputDebugStringA("Inside ItemAdded");
                        string szHttpUrl = properties.WebUrl + "/" + properties.AfterUrl;
                        SPWeb openedWeb = properties.Web.Site.OpenWeb(properties.Web.ID);
                        SPFile spf = openedWeb.GetFile(szHttpUrl);
                        EventFiringEnabled = false;
                        string szUrl = properties.AfterUrl;
                        szUrl = szUrl + ".renamed";
                        string szNewFileName;
                        if (szUrl.LastIndexOf('\\') != -1) szNewFileName = szUrl.Substring(szUrl.LastIndexOf('\\') + 1);
                        else if (szUrl.LastIndexOf('/') != -1) szNewFileName = szUrl.Substring(szUrl.LastIndexOf('/') + 1);
                        else szNewFileName = szUrl;
                        if (properties.ListItem != null)
                            properties.ListItem["Title"] = szNewFileName;
                            properties.ListItem.Update();
                        spf.MoveTo(szUrl);
                        EventFiringEnabled = true;
                        base.ItemAdded(properties);
                        OutputDebugStringA("Renaming to " + szUrl);
                    catch (System.Exception exception)
                        OutputDebugStringA("ItemAdded ERROR: " + exception.ToString());

  • Flash not working in Safari (and Chrome and Firefox) - possible solution

    Yesterday my Mac crashed (actually when I was away from it) and when it rebooted, Adobe Flash would freeze any web browser it ran in (Safari, Firefox and Chrome - which surprised me as I thought it used a different version of Flash). Great with so many live-blogs happening in the world of news right now.
    I tried all the usual suspects:
    * Deleted browser caches;
    * Uninstalled Flash (Adobe have an uninstaller available) and reinstalled the same version;
    * Uninstalled Flash and reinstalled the newest version;
    * Made sure I had no duplicate fonts (I did) as I'd experienced problems with this with an iPhoto upgrade;
    * Checked recent upgrades (iWeb and Camera updates) to see what they installed (nothing dangerous);
    * Fixed permissions (they needed it);
    * Tried running Safari under 32-bit (didn't think that would work as I hadn't updated Flash itself);
    * Signed in as another user.
    None worked.
    As a last resort, I downloaded the latest version of the Onyx utility (freeware) and ran the Maintenance scripts, then, under Cleaning, deleted System cache, User cache, Internet stuff (left the cookies), and Font caches (you'll need to Close all the dialog boxes then Restart at the end). Expect a long reboot.
    That worked.
    It may not work for everyone but may for someone.
    Scott

    I was having the same issue. I logged into another account, a plain no add-ons account and found that I could view flash content with Safari OK. That mean that there was some preference file in my primary account that was the culprit.
    Here's how to cull out the bad apple (pun intended):
    Trouble Shooting Preferences
    Go to HD/Users/Your_name/Library. Move the Preferences folder (in its entirety) to the Desktop and make a second copy of it so you have Copy A and B. Now try the the process again and determine if problem is fixed.
    If the problem IS fixed, then go to the new Prefs folder that the OS will have created and open it up.
    Open Copy B on the Desktop and select all of the items inside. Drag them into the open new library folder. When the Copy window comes up check the Apply to All check box and then click on the Don't Replace button as seen here. That will keep the new files created and bring back all of the others.
    If the problem is NOT fixed, trash the new Prefs folder and move the intact Copy A folder back to the Library folder .
    This cleared it up. I ended up with 16 items that were not put back in the preference folder.
    Hope this will work for some of you.
    Do you Twango?

  • Y Generate to File not working?

    Hai,
    V are facing some probelms with reports6i.
    1.we are calling the report using the command line method not
    run_product.for these reports 'Generate to File' menu is not working.It shows
    an error like Umimplemented Error (rep-0999).How to solve this problem.
    2.In one report we are using CLOB field.but when we take the print output of
    this field some of the characters are missing in print out.the problem what
    we think is that, there is no entre key padding when a word wrap is
    occuring.We have to give it manually which is not applicable in all
    cases.Please give some methods to solve these probelms.
    Please treat this as an urgent matter.
    thanking you,
    dilip

    hai,
    regarding the 1st point there is one default printer attached to my m/c.but still the same error is coming. is it bcoz v r using command line arguments.but there should not be any link how u r calling the reopt.do v need to to pass any argument for doing this operations.my generate to file menu is enabled any way.pls help me to solve this problem.
    regards,
    dilip

  • Generate to File not working

    Hai,
    we are calling the report using the command line method not
    run_product.for these reports 'Generate to File' menu is not working.It shows
    an error like Umimplemented Error (rep-0999).There is one default printer attached to m/c. and the operation system is winows nt.This is working when running the report in report builder.it is not working when called through menu.Pls help me to solve this problem.
    dilip

    Hi,
    I am not sure what do you want to convey here - "It is working with Reports builder and not working with menu". From Report builder, only way to generate the otput to file is to go through menu, there are no other shortcut or toolbar icon present. Do you want to say, it works when you run to previewer but is failing when you generate to a file. To give you a hint:
    1. Does the problem exist with only this report or with all the reports?
    2. If the problem is with all the reports, then there is a setup problem.
    3. Try running PRINTER DRIVER TEST against your printer, to check it is ok?
    4. Check that the login under which you are trying to run the report, has the priviledge to print with this default printer.
    5. Try changing the printer driver?
    If this does not solve the problem, please contact Oracle support to resolve this issue.
    Thanks,
    Rohit

  • Drag & Drop of a file not working in Ubuntu & other linux

    Hi All,
    I am working on a project,in which it has the requirement of dragging the files
    from a JList present inside a JFrame to the desktop.
    First I tried to get a solution using dnd API but could not. Then i googled and i got an application which is
    working perfectly in both Windows and MAC Operating systems, after I made few minor changes to suit my requirements.
    Below is the URL of that application:
    http://stackoverflow.com/questions/1204580/swing-application-drag-drop-to-the-desktop-folder
    The problem is the same application when I executed on Ubuntu, its not working at all. I tried all available options but could not trace out the exact reason.
    Can anybody help me to overcome this issue?
    Thanks in advance

    Hi,
    With the information you provided and through some information found on google i coded an application. This application is able to do the drag and drop of an item from the Desktop to Java application on Linux Platform, but i am unble to do the viceversa by this application.
    I am including the application and the URL of the information i got.
    [URL Of Information Found|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4899516]
    import java.awt.GridBagConstraints;
    import java.awt.GridBagLayout;
    import java.awt.datatransfer.DataFlavor;
    import java.awt.datatransfer.Transferable;
    import java.awt.datatransfer.UnsupportedFlavorException;
    import java.awt.dnd.DropTarget;
    import java.awt.dnd.DropTargetDragEvent;
    import java.awt.dnd.DropTargetDropEvent;
    import java.awt.dnd.DropTargetEvent;
    import java.awt.dnd.DropTargetListener;
    import java.io.File;
    import java.io.IOException;
    import java.util.ArrayList;
    import java.util.List;
    import javax.swing.DefaultListModel;
    import javax.swing.JComponent;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JList;
    import javax.swing.JScrollPane;
    import javax.swing.SwingUtilities;
    import javax.swing.TransferHandler;
    import javax.swing.WindowConstants;
    public class DnDFrame extends JFrame implements DropTargetListener {
         private DefaultListModel listModel = new DefaultListModel();
         private DropTarget dropTarget;
         private JLabel jLabel1;
         private JScrollPane jScrollPane1;
         private JList list;
         List<File> files;
         /** Creates new form DnDFrame */
         public DnDFrame() {
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              initComponents();
              dropTarget = new DropTarget(list, this);
              list.setModel(listModel);
              list.setDragEnabled(true);
              list.setTransferHandler(new FileTransferHandler());
         @SuppressWarnings("unchecked")
         private void initComponents() {
              GridBagConstraints gridBagConstraints;
              jLabel1 = new JLabel();
              jScrollPane1 = new JScrollPane();
              list = new JList();
              setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
              getContentPane().setLayout(new GridBagLayout());
              jLabel1.setText("Files:");
              gridBagConstraints = new GridBagConstraints();
              gridBagConstraints.gridwidth = GridBagConstraints.REMAINDER;
              gridBagConstraints.anchor = GridBagConstraints.WEST;
              getContentPane().add(jLabel1, gridBagConstraints);
              jScrollPane1.setViewportView(list);
              gridBagConstraints = new GridBagConstraints();
              gridBagConstraints.gridwidth = GridBagConstraints.REMAINDER;
              gridBagConstraints.fill = GridBagConstraints.HORIZONTAL;
              getContentPane().add(jScrollPane1, gridBagConstraints);
              pack();
         public void dragEnter(DropTargetDragEvent arg0) {
         public void dragOver(DropTargetDragEvent arg0) {
         public void dropActionChanged(DropTargetDragEvent arg0) {
         public void dragExit(DropTargetEvent arg0) {
         public void drop(DropTargetDropEvent evt) {
              System.out.println(evt);
              int action = evt.getDropAction();
              evt.acceptDrop(action);
              try {
                   Transferable data = evt.getTransferable();
                   DataFlavor uriListFlavor = null;
                   try {
                        uriListFlavor = new DataFlavor("text/uri-list;class=java.lang.String");
                   } catch (ClassNotFoundException e1) {
                        // TODO Auto-generated catch block
                        e1.printStackTrace();
                   System.out.println("data.isDataFlavorSupported(DataFlavor.javaFileListFlavor: " +
                             data.isDataFlavorSupported(DataFlavor.javaFileListFlavor) );
                   if (data.isDataFlavorSupported(DataFlavor.javaFileListFlavor)) {
                        files = (List<File>) data.getTransferData(DataFlavor.javaFileListFlavor);
                        for (File file : files) {
                             listModel.addElement(file);
                   }else if (data.isDataFlavorSupported(uriListFlavor)) {
                        String data1 = (String)data.getTransferData(uriListFlavor);
                        files = (List<File>) textURIListToFileList(data1);
                        for (File file : files) {
                             listModel.addElement(file);
                        System.out.println(textURIListToFileList(data1));
              } catch (UnsupportedFlavorException e) {
                   e.printStackTrace();
              } catch (IOException e) {
                   e.printStackTrace();
              } finally {
                   evt.dropComplete(true);
         private static java.util.List textURIListToFileList(String data) {
              java.util.List list = new java.util.ArrayList(1);
              for (java.util.StringTokenizer st = new java.util.StringTokenizer(data,"\r\n");
              st.hasMoreTokens();) {
                   String s = st.nextToken();
                   if (s.startsWith("#")) {
                        continue;
                   try {
                        java.net.URI uri = new java.net.URI(s);
                        java.io.File file = new java.io.File(uri);
                        list.add(file);
                   } catch (java.net.URISyntaxException e) {
                   } catch (IllegalArgumentException e) {
              return list;
         private class FileTransferHandler extends TransferHandler {
              @Override
              protected Transferable createTransferable(JComponent c) {
                   JList list = (JList) c;
                   List<File> files = new ArrayList<File>();
                   for (Object obj: list.getSelectedValues()) {
                        files.add((File)obj);
                   return new FileTransferable(files);
              @Override
              public int getSourceActions(JComponent c) {
                   return COPY;
         static {
              try {
                   uriListFlavor = new
                   DataFlavor("text/uri-list;class=java.lang.String");
              } catch (ClassNotFoundException e) {
                   e.printStackTrace();
         private class FileTransferable implements Transferable {
              private List<File> files;
              public FileTransferable(List<File> files) {
                   this.files = files;
              public DataFlavor[] getTransferDataFlavors() {
                   return new DataFlavor[]{DataFlavor.javaFileListFlavor,uriListFlavor};
              public boolean isDataFlavorSupported(DataFlavor flavor) {
                   if(flavor.equals(DataFlavor.javaFileListFlavor) || flavor.equals(uriListFlavor))
                        return true;
                   else
                        return false;
              public Object getTransferData(DataFlavor flavor) throws
              UnsupportedFlavorException, java.io.IOException {
                      if (isDataFlavorSupported(flavor) && flavor.equals(DataFlavor.javaFileListFlavor)) {
                        return files;
                   }else if (isDataFlavorSupported(flavor) && flavor.equals(uriListFlavor)) {
                        java.io.File file = new java.io.File("file.txt");
                        String data = file.toURI() + "\r\n";
                        return data;
                   }else {
                        throw new UnsupportedFlavorException(flavor);
         private static DataFlavor uriListFlavor;
         static {
              try {
                   uriListFlavor = new
                   DataFlavor("text/uri-list;class=java.lang.String");
              } catch (ClassNotFoundException e) {
                   e.printStackTrace();
         public static void dumpProperty(String name) {
              System.out.println(name + " \t" + System.getProperty(name) );
         public static void main(String[] args) {
              String[] props = {
                        "java.version",
                        "java.vm.version",
                        "java.vendor",
                        "os.name",
              "os.version"};
              for (String prop : props) {
                   dumpProperty(prop);
              Runnable r = new Runnable() {
                   public void run() {
                        DnDFrame f = new DnDFrame();
                        f.setVisible(true);
              SwingUtilities.invokeLater(r);
    }Please Suggest me in this.

  • Search in saved preview .pdf files not working any more

    When I download a .pdf file from the internet and open it in preview, the search command works ok. When this same file is saved to disk and opened again, search is not working any more. Is this a bug, or my fault. Regards Rolf

    Hi,
    I hope this helps...
    A while back we have more than one browser running on our PC (IE, Firefox, Chrome) and we messed by how Acrobat views documents over the web.
    I think that this has some relevance here, as around this time LC also started falling over previewing forms.
    Now if we open LC and Acrobat is not running, the "Preview PDF" is not present or accessible. So now we fire up Acrobat before we open a form in LC Designer and the preview tab is there and functioning.
    Not much of a workaround; but I am hoping that someone will have a better one!!!
    Good luck,
    Niall

  • Settings in .PRM file not working

    Hi All, i'm using XI 3.1 with FP1.3
    I want to change some settings in .PRM file (change operator 'like' to 'matches'). I do it in sqlsrv.prm which is located in BO-PATH\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\odbc\
    -> This does NOT work for WebI XI 3.1.
    -> But it works for DesktopI.
    -> It works for WebI XI release 2.
    Any ideas how to control sql generation in WebI XI 3.1 using .PRM files or maybe there is another way to do it?
    Thanks in advance.

    Yes, I solved it by using this classid in the <OBJECT> tag in my HTML file:
    classid = "clsid:CAFEEFAC-0014-0002-FFFF-ABCDEFFEDCBA"
    The "FFFF" in the middle tells the IE browser to use the highest build of the major version of the JRE that you specifiy in the clsid. In the case of my example, above, the browser selects the highest build of JRE 1.4.2. But, the catch is that you have to install JRE 1.5.0 (I think it's 1.5.0_07) or later. Just install 1.5.0_11 and it will work. This may seem strange, but, for some reason, Sun didn't implment the fix in 1.4.

  • Windows 8 Folder Redirection/offline files not working

    I am trying to deploy 4 brand new HP Laptops running windows 8 Professional into a windows 2008 domain however folder redirection is not working
    These users have folder redirection enabled via group policy and this works fine under their old laptops in windows 7
    For windows 8 I see an error in the event log :
    Error 7023 - The offline files service terminated with the following error : the system cannot find the path specified
    I also get this error if I manually try to start the offline files service.
    This is happening on all 4 brand new laptops. All latest available updates installed.

    I am trying to deploy 4 brand new HP Laptops running windows 8 Professional into a windows 2008 domain however folder redirection is not working
    These users have folder redirection enabled via group policy and this works fine under their old laptops in windows 7
    For windows 8 I see an error in the event log :
    Error 7023 - The offline files service terminated with the following error : the system cannot find the path specified
    I also get this error if I manually try to start the offline files service.
    This is happening on all 4 brand new laptops. All latest available updates
    installed.
    The error as you have already observed is a critical error  blocking the service from running. So that must be about the computer software configuration.
    You claim brand new, latest updates etc. - however to use i.e. folder redirection, gpo's etc. you're modifying the software configuraton. I.e. not quite brand new or unchanged (except for those may be important changes, guess those machines are indeed brand
    new or just bought ... however still in change as any other software managed machines)
    For some reason could be corruption of system configuration, but how? Unlike coincidence of 3 of 4 computers failing to start that services? I.e. have you done any changes to offline files etc, scripts or some stuff with gpo's.
    Try exploring the Windows log and take a look at the detail for the error events.
    Use process monitor from Microsoft to trace what happens when you try to start the Windows service ...
    Just tips for determining the bug ...
    Out-of-the-box this should not happen ... for folder redirection and offline files ... it's actually the Windows client going to get those files ... so take a look at the client and try to trace the bug.
    My best guess is something is changed on the client - and your customized system or software is doing it. Or something wrong with the configuration. I.e. if you have relocated the CSC cache ...
    In my experience the best way to debug this problem is to use Process Monitor ... and i.e. come up with a fix based on the observations i.e. if you have relocated the csc cache to some place where it is actually not available or incorrectly configured
    (i.e. take a look at the Result column and looked for failed operations in context with CSC cache operations)
    If you don't know how to do this - don't relocate the CSC cache ... (i.e. if you did this to conserve space on i.e. your SDD's with i.e. smaller capacity than legacy-HD). The real problem is the Folder Redirection Client on the Window Client going to
    pin the entire folder hierarchy of the users workspace, i.e. documents. Either move files out of that area or use group policy to disable pining entire user "storage area". Microsoft should make the Folder Redirection Client more flexiable, i.e. add option
    to exclude part of folder hierarchy. But you can do this by using gpo to disable folder redirection auto-cache of all files - and then instead have users explicitly pin their mobile folders. However for some folders like favorites, desktop and so on you can
    actually use batch and wmic to set pin of some folders containing usually less data using a startup script and gpo. That Works ... and simulates i.e. excluding the stored data in user libraries like documents, videos, music ...
    ... anyway added this based on a "suspension" on what you are really trying to obtain ... but the solution is not to move the CSC cache to aqquire more space, i.e. a user can put 1 TB in their videos ... the solution is to program the Folder Redirection
    Client differently ... untill Microsoft add that functionality.

Maybe you are looking for