View Issue Details

IDProjectCategoryView StatusLast Update
0000397WackoWikicorepublic2014-07-13 06:48
ReporterAndyM84 Assigned Toadministrator  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionno change required 
PlatformMicrosoftOSWindowsOS Version7
Product Version5.0.rc 
Summary0000397: Problem with .htaccess on Rackspace Cloud Server
DescriptionWent to install R5.0rc on my cloud server under the subdirectory /devwiki/ and was given a 404 when accessing the /devwiki/ directory. Furthermore, accessing the index.php directly was loading but not loading any CSS/JS files for the installation.
Steps To ReproduceNot sure if this is specific to Rackspace cloud servers, but it definitely presents a problem on them.
Additional InformationThe fix for this was to add the following line to the root directory's .htaccess:

RewriteBase /devwiki/

I'm not a good resource on mod_rewrite, so there may be a better (more dynamic) way to handle this with mod_rewrite, but I thought you should at least know of the problem.

Have included the .htaccess I'm now using (successfully).
TagsDocumentation, mod_rewrite
Attached Files
.htaccess (381 bytes)

Relationships

related to 0000180 resolvedadministrator URL rewrite did not work on subdomain with current .htaccess 
related to 0000443 resolveduser64 Rewriting causes Admin Panel to be non accessible 

Activities

administrator

2011-10-01 22:10

administrator   ~0000816

Last edited: 2011-10-01 22:45

We should add a hint to the install help page and to http://wackowiki.sourceforge.net/doc/Doc/English/ModRewrite

===set RewriteBase in .htaccess==

RewriteBase /test/

In some cases it is necessary to add ...
http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase

AndyM84

2011-10-01 22:22

updater   ~0000817

That would've helped me fix the problem, definitely.

Also, I might give it a shot to get working on Windows with IIS (the URL Rewrite module that can be used with IIS 7 should handle this without any problems). Will let you know if I get around to it.

administrator

2013-03-05 08:42

administrator   ~0000891

I consider this issue as solved, feel free to reopen the issue at a later time.

Issue History

Date Modified Username Field Change
2011-10-01 20:37 AndyM84 New Issue
2011-10-01 20:37 AndyM84 File Added: .htaccess
2011-10-01 22:10 administrator Note Added: 0000816
2011-10-01 22:10 administrator Assigned To => administrator
2011-10-01 22:10 administrator Status new => confirmed
2011-10-01 22:11 administrator Tag Attached: Documentation
2011-10-01 22:22 AndyM84 Note Added: 0000817
2011-10-01 22:31 administrator Note Edited: 0000816
2011-10-01 22:43 administrator Tag Attached: mod_rewrite
2011-10-01 22:45 administrator Note Edited: 0000816
2012-02-02 17:03 administrator Relationship added related to 0000180
2013-03-05 08:42 administrator Note Added: 0000891
2013-03-05 08:42 administrator Status confirmed => resolved
2013-03-05 08:42 administrator Resolution open => no change required
2014-07-13 06:48 administrator Relationship added related to 0000443