none of the tabs working

RWHP

Active member
Suddenly today none of my tabs work. Only thing I did was install apc and memcached
 
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.
 
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
 
Top Bottom