Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Bojan Borovcanin
/
WBT1920_team30
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8ac5dfe0
authored
Apr 26, 2020
by
Milica
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
config.php modified
parent
2f60adcb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
9 deletions
.htaccess
test/views/pages/home.php
.htaccess
View file @
8ac5dfe0
RewriteEngine
on
RewriteCond
$1 !^(index\.php|assets|images|js|css|uploads|favicon.png)
RewriteCond
%(REQUEST_FILENAME) !-f
RewriteCond
%(REQUEST_FILENAME) !-d
RewriteRule
^(.*)$ ./index.php/$1 [L]
\ No newline at end of file
<
IfModule
mod_rewrite.c
>
<
IfModule
mod_negotiation.c
>
Options
-MultiViews
</
IfModule
>
RewriteEngine
On
# Redirect Trailing Slashes If Not A Folder...
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteRule
^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteRule
^ index.php [L]
</
IfModule
>
test/views/pages/home.php
View file @
8ac5dfe0
...
...
@@ -16,7 +16,7 @@
<script
src=
"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity=
"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin=
"anonymous"
></script>
</style>
</head>
<body>
...
...
@@ -164,4 +164,4 @@
?>
</body>
</html>
\ No newline at end of file
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment