Posts by 0neX3 • 13 points
2 posts
-
0
votes1
answer437
viewsQ: Htaccess - Redirect all requests to a single file every time
I am trying to use a. htaccess file to redirect all requests to a single file, but I am facing some problems. My . htaccess is like this: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f…
-
0
votes1
answer42
viewsQ: Include jQuery outside the Root directory
I have the following directories: Dev libs jquery.js Projects (Root) index.html In my index.html, I am trying to use jquery as follows: <script src="../libs/jquery.js"></script> However,…