Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Commits
1b4f5517
Commit
1b4f5517
authored
12 years ago
by
alvaro
Browse files
Options
Downloads
Patches
Plain Diff
Fixing install
parent
e4b4defe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.sh
+2
-1
2 additions, 1 deletion
install.sh
root.htaccess
+1
-2
1 addition, 2 deletions
root.htaccess
with
3 additions
and
3 deletions
install.sh
+
2
−
1
View file @
1b4f5517
...
@@ -115,7 +115,8 @@ echo "WARNING: Copying $root_htaccess as .htaccess in parent directory"
...
@@ -115,7 +115,8 @@ echo "WARNING: Copying $root_htaccess as .htaccess in parent directory"
echo
""
echo
""
echo
"RewriteEngine on"
>
$parent_htaccess
echo
"RewriteEngine on"
>
$parent_htaccess
echo
>>
$parent_htaccess
echo
>>
$parent_htaccess
echo
"RewriteRule ^
\$
$1
/index.php [L]"
>>
$parent_htaccess
newBase
=
`
echo
$basedir
|sed
-e
"s|https
\{
0,1
\}
://[^
\/
]*||g"
`
echo
"RewriteBase
$newBase
"
>>
$parent_htaccess
cat
$root_htaccess
>>
$parent_htaccess
cat
$root_htaccess
>>
$parent_htaccess
echo
"RewriteRule ^(.+)
\$
$1
/index.php?q=
\$
1 [L]"
>>
$parent_htaccess
echo
"RewriteRule ^(.+)
\$
$1
/index.php?q=
\$
1 [L]"
>>
$parent_htaccess
mkdir
cache
mkdir
cache
...
...
This diff is collapsed.
Click to expand it.
root.htaccess
+
1
−
2
View file @
1b4f5517
RewriteEngine on
RewriteRule ^$ lodspeakr/index.php [L]
RewriteRule ^$ lodspeakr/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !.*/index.php$
RewriteCond %{SCRIPT_FILENAME} !.*/index.php$
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment