|
From: <be...@us...> - 2012-11-21 02:25:06
|
Revision: 10262
http://sourceforge.net/p/xoops/svn/10262
Author: beckmi
Date: 2012-11-21 02:25:02 +0000 (Wed, 21 Nov 2012)
Log Message:
-----------
Adding corrected .htaccess file (Trabis)
Modified Paths:
--------------
XoopsModules/newbb/branches/irmtfan/newbb/docs/changelog.txt
Added Paths:
-----------
XoopsModules/newbb/branches/irmtfan/newbb/.htaccess
Removed Paths:
-------------
XoopsModules/newbb/branches/irmtfan/newbb/_htaccess
Added: XoopsModules/newbb/branches/irmtfan/newbb/.htaccess
===================================================================
--- XoopsModules/newbb/branches/irmtfan/newbb/.htaccess (rev 0)
+++ XoopsModules/newbb/branches/irmtfan/newbb/.htaccess 2012-11-21 02:25:02 UTC (rev 10262)
@@ -0,0 +1,3 @@
+RewriteEngine on
+RewriteRule ^([a-z]+)-([0-9]+)(/(.+))? modules/newbb/seo.php?seoOp=$1&seoArg=$2&seoOther=$4&%{QUERY_STRING} [L]
+#RewriteRule ^(.*)$ $1 [L]
\ No newline at end of file
Deleted: XoopsModules/newbb/branches/irmtfan/newbb/_htaccess
===================================================================
--- XoopsModules/newbb/branches/irmtfan/newbb/_htaccess 2012-11-20 08:47:14 UTC (rev 10261)
+++ XoopsModules/newbb/branches/irmtfan/newbb/_htaccess 2012-11-21 02:25:02 UTC (rev 10262)
@@ -1,3 +0,0 @@
-RewriteEngine on
-RewriteRule ^([a-z]+)-([0-9]+)(/(.+))? seo.php?seoOp=$1&seoArg=$2&seoOther=$4&%{QUERY_STRING} [L]
-RewriteRule ^(.*)$ $1 [L]
Modified: XoopsModules/newbb/branches/irmtfan/newbb/docs/changelog.txt
===================================================================
--- XoopsModules/newbb/branches/irmtfan/newbb/docs/changelog.txt 2012-11-20 08:47:14 UTC (rev 10261)
+++ XoopsModules/newbb/branches/irmtfan/newbb/docs/changelog.txt 2012-11-21 02:25:02 UTC (rev 10262)
@@ -1,4 +1,11 @@
newBB
+Changelog 4.3i (changes by Irmtfan)
+11/20/2012
+===========================================
+- needs to be updated with all the changes
+- fixed .htaccess (Trabis)
+
+newBB
Changelog 4.3
08/25/2012
===========================================
|