RWHP Active member Oct 7, 2012 #1 Suddenly today none of my tabs work. Only thing I did was install apc and memcached
Jake Bunce Well-known member Oct 7, 2012 #2 404 errors on friendly URLs. Make sure XenForo's .htaccess file is in place in your /forum directory. Upvote 0 Downvote
404 errors on friendly URLs. Make sure XenForo's .htaccess file is in place in your /forum directory.
RWHP Active member Oct 7, 2012 #4 Other than adding APC and Memcached nothing was done. And suddenly nothing works for crap. Bad Day I guess. Upvote 0 Downvote
Other than adding APC and Memcached nothing was done. And suddenly nothing works for crap. Bad Day I guess.
Jake Bunce Well-known member Oct 8, 2012 #5 If the .htaccess file is in place then another possibility is that AllowOverride is not enabled in Apache: http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride Upvote 0 Downvote
If the .htaccess file is in place then another possibility is that AllowOverride is not enabled in Apache: http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride
RWHP Active member Oct 8, 2012 #6 It seems as though tabs are pointed to wrong destinations.etc as I did not even see folders in the place as called out Upvote 0 Downvote
It seems as though tabs are pointed to wrong destinations.etc as I did not even see folders in the place as called out
RWHP Active member Oct 8, 2012 #7 My host has informed me that AllowOverride is enabled Upvote 0 Downvote
Jake Bunce Well-known member Oct 8, 2012 #8 You can also try enabling RewriteBase by uncommenting this line: Code: #RewriteBase /xenforo Remove the hash and specify your forum directory: Code: RewriteBase /xenforo Edit... I have also seen problems related to stale APC caches. A restart of the server will clear the cache. Upvote 0 Downvote
You can also try enabling RewriteBase by uncommenting this line: Code: #RewriteBase /xenforo Remove the hash and specify your forum directory: Code: RewriteBase /xenforo Edit... I have also seen problems related to stale APC caches. A restart of the server will clear the cache.
RWHP Active member Oct 8, 2012 #9 That is what I had to do this morning. If I restart server will I need to change it back or allow it to remain? Upvote 0 Downvote
That is what I had to do this morning. If I restart server will I need to change it back or allow it to remain?
Jake Bunce Well-known member Oct 8, 2012 #10 RWHP said: That is what I had to do this morning. If I restart server will I need to change it back or allow it to remain? Click to expand... Change what? Upvote 0 Downvote
RWHP said: That is what I had to do this morning. If I restart server will I need to change it back or allow it to remain? Click to expand... Change what?
RWHP Active member Oct 8, 2012 #11 I did change it to RewriteBase /xenforo in order for it to work. Would this have anything to do with restarting a server? Or seperate reasons Upvote 0 Downvote
I did change it to RewriteBase /xenforo in order for it to work. Would this have anything to do with restarting a server? Or seperate reasons
Jake Bunce Well-known member Oct 8, 2012 #12 Oh. RewriteBase and a server restart are two separate solutions. Try them both. Upvote 0 Downvote