Note that there are some explanatory texts on larger screens.

plurals
  1. USSteve
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks for your input Michal. I have modified the Rewrite Rules to match your example above. But now I am seeing strange behavior. I can go to my site, www.dudeimgettingmarried.com and click on the bubble icon to get to www.dudeimgettingmarried.com/blog and it loads perfectly. But if I type in that url directly into my browser it gets redirected into a failed page. Any ideas why? I am also able to access my Wordpress admin page via a bookmark but when I try the true URL it fails again with redirect issue: http://www.dudeimgettingmarried.com/blog/wp-admin/wp-login. Any ideas? Thanks
      singulars
    2. COThanks for the detailed explanation Johannes. In my example I will not have multiple instances of this file type. (.txt) There will only be one file. As I mentioned in my comment above I have a script that appears to work: for %%i in (*.txt) do set file=%%i (In the console results it had the only txt filename listed) But I have tried echo'ing the variable on the line after and it did not work. I also tried copying the file using the variable and it did not work. How can I use this variable after it is set? Here is my copy script: for %%i in (*.txt) do set file=%%i copy %%i c:\temp\.
      singulars
    3. COThanks for the feedback a few followup questions. This appears to work as my script: for %%i in (*.txt) do set file=%%i (In the console results it had the only txt filename listed) But I have tried echo'ing the variable on the line after and it did not work. I also tried copying the file using the variable and it did not work. How can I use this variable after it is set? Here is my copy script: for %%i in (*.txt) do set file=%%i copy %%i c:\temp\
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload