<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# Checks to see if the user is attempting to access a valid file,
# such as an image or css document, if this isn't true it sends the
# request to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Created by https://www.gitignore.io/api/c++,linux,macos,windows,visualstudio,visualstudiocode | |
### C++ ### | |
# Prerequisites | |
*.d | |
# Compiled Object files | |
*.slo | |
*.lo | |
*.o |
Options -indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DPI scale: 1 | |
startup, version: 3059 windows x64 channel: stable | |
executable: /C/Program Files/Sublime Text 3/sublime_text.exe | |
working dir: /C/Program Files/Sublime Text 3 | |
packages path: /C/Users/marty/AppData/Roaming/Sublime Text 3/Packages | |
state path: /C/Users/marty/AppData/Roaming/Sublime Text 3/Local | |
hardware concurrency: 12 | |
zip path: /C/Program Files/Sublime Text 3/Packages | |
zip path: /C/Users/marty/AppData/Roaming/Sublime Text 3/Installed Packages | |
found 4 files for base name Default.sublime-keymap |