1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/remote/patches/htaccess.patch

16 lines
458 B
Diff

diff --git a/.htaccess b/.htaccess
index 1d8bcb3..8229928 100644
--- a/.htaccess
+++ b/.htaccess
@@ -56,3 +56,10 @@
# RewriteRule ^(.*)$ index.php?kohana_uri=$1 [QSA,PT,L]
# RewriteRule ^$ index.php?kohana_uri=$1 [QSA,PT,L]
# </IfModule>
+
+# URL rewriting for Gallery Remote
+#<IfModule mod_rewrite.c>
+# RewriteEngine On
+# RewriteBase /~bharat/gallery3/
+# RewriteRule ^gallery_remote2.php$ index.php?kohana_uri=/remote [QSA,PT,L]
+#</IfModule>